mirror of
https://github.com/jlengrand/kotlin.git
synced 2026-05-16 00:21:32 +00:00
9 lines
150 B
Kotlin
9 lines
150 B
Kotlin
package test
|
|
|
|
fun foo(): String {
|
|
fun bar(): String {
|
|
return "" // test/TestPackage\$localFunction\$.+\$foo\$1
|
|
}
|
|
return bar()
|
|
}
|