Files
kotlin/compiler/testData/codegen/box/callableReference/function/local/localFunctionName.kt

6 lines
60 B
Kotlin
Vendored

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