actually, i’m getting `’this' not defined in this ...
# announcements
t
actually, i’m getting `’this' not defined in this context`:
Copy code
val foo by lazy lambda@{
            fun something() {}
            this@lambda.something()
        }