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
|