Files
kotlin-fork/compiler/testData/cfg/thisExpression.kt
T
2013-12-05 13:02:15 +04:00

3 lines
40 B
Kotlin

fun Function0<Unit>.foo() {
this()
}