Files
kotlin/compiler/testData/codegen/boxWithStdlib/reflection/functions/localFunctionName.kt
2015-07-10 20:10:07 +03:00

6 lines
60 B
Kotlin
Vendored

fun box(): String {
fun OK() {}
return ::OK.name
}