AbstractClosureAnnotator for IR.
This commit is contained in:
committed by
Dmitry Petrov
parent
ceeccfa1b7
commit
ec2cfd2389
@@ -0,0 +1,7 @@
|
||||
fun String.outer(x: Int) {
|
||||
fun test1(x: Int, y: Int) {
|
||||
fun test2(x: Int) = this + x + y
|
||||
test2(y).length + x + y
|
||||
}
|
||||
test1(x, x * x)
|
||||
}
|
||||
Reference in New Issue
Block a user