mirror of
https://github.com/jlengrand/kotlin.git
synced 2026-05-17 15:54:03 +00:00
14 lines
197 B
Kotlin
Vendored
14 lines
197 B
Kotlin
Vendored
class Host {
|
|
private fun bar() {
|
|
class NamedLocal {
|
|
fun run() {
|
|
foo()
|
|
}
|
|
}
|
|
}
|
|
|
|
fun foo() {}
|
|
}
|
|
|
|
// 1 final synthetic LHost; this\$0
|