Files
kotlin/compiler/testData/codegen/boxMultiFile/samWrappersDifferentFiles/2/wrapped2.kt
2015-09-07 16:28:38 +03:00

5 lines
67 B
Kotlin
Vendored

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