Files
kotlin-fork/compiler/testData/codegen/bytecodeText/fieldsForCapturedValues/this.kt
T

14 lines
197 B
Kotlin
Vendored

class Host {
private fun bar() {
class NamedLocal {
fun run() {
foo()
}
}
}
fun foo() {}
}
// 1 final synthetic LHost; this\$0