Files
kotlin/compiler/testData/codegen/box/callableReference/function/local/localFunctionName.kt
2020-04-20 17:05:37 +03:00

6 lines
60 B
Kotlin
Vendored

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