Files
kotlin/compiler/testData/codegen/boxMultiFile/samWrappersDifferentFiles/2/wrapped.kt
2013-06-25 20:17:41 +04:00

5 lines
67 B
Kotlin

fun getWrapped2(): Runnable {
val f = { }
return Runnable(f)
}