AbstractClosureAnnotator for IR.
This commit is contained in:
committed by
Dmitry Petrov
parent
ceeccfa1b7
commit
ec2cfd2389
@@ -0,0 +1,10 @@
|
||||
fun Int.test1(x: Int) = this + x
|
||||
|
||||
class Test2(val x: Int) {
|
||||
fun test3() = x
|
||||
fun Int.test4() = this + x
|
||||
}
|
||||
|
||||
val test5 = object {
|
||||
fun Int.test6(x: Int) = this + x
|
||||
}
|
||||
Reference in New Issue
Block a user