it seems like that if I do `val t: Target = Target...
# getting-started
p
it seems like that if I do
val t: Target = Target(...)
before I have defined the class
Target
it assumes it is the annotation instead of sayin it is unresolved.
u
poohbar: Just define your
Target
first and then use it