Simple question on references in comments: when I ...
# getting-started
m
Simple question on references in comments: when I reference a class
[MyTest]
and don't
import
said class, I get a "can't resolve symbol MyTest " warning. Can I fix this without adding an unused import?