9 lines
123 B
Kotlin
Vendored
9 lines
123 B
Kotlin
Vendored
class My {
|
|
val x: String
|
|
|
|
init {
|
|
x = <!DEBUG_INFO_LEAKING_THIS!>foo<!>()
|
|
}
|
|
|
|
fun foo(): String = x
|
|
} |