Red wavy lines
i also noticed that there is again increasing red wavy lines recently. for instance:
val v3 = sys.keProjector.in( v0 ) { implicit w =>
w.list = w.list.drop( 1 )
w.path
}
although this compiles fine, the plugin thinks i'm doing something wrong here with the closure:
the trait involved defines in as:
trait KEProjector[ A ] extends ... {
def in[ R ]( v: Path )( fun: A => R ) : R
}
(where A in this case is World[Path])
with using this DSL, i get the red wavy lines all across my sources...
thx, -sciss-
请先登录再写评论。