Autoproxy-Lite
Autoproxy-Lite copied to clipboard
compilation error with lazy vals
I have a trait with lazy val and, when I try to write a proxy, getting this error .... java.lang.Error: no-symbol does not have owner
trait Demo { def id = 0 lazy val lastShowTime = System.currentTimeMillis() }
class DemoProxy(@proxy instance: Demo) extends Demo
Okay, I'll take a look. lazy vals would be a good addition to the test suite :)
Thanks :)