AbstractClosureAnnotator for IR.
This commit is contained in:
committed by
Dmitry Petrov
parent
ceeccfa1b7
commit
ec2cfd2389
@@ -0,0 +1,6 @@
|
||||
class C {
|
||||
fun foo() = object {
|
||||
fun test1() = this@C.toString() + this.toString()
|
||||
fun test2() = { this@C.toString() + this.toString() }
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user