Files
kotlin-fork/compiler/testData/codegen/box/callableReference/function/local/localFunctionName.kt
T
2021-10-08 07:24:41 +03:00

6 lines
60 B
Kotlin
Vendored

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