mirror of
https://github.com/jlengrand/kotlin.git
synced 2026-05-17 08:31:29 +00:00
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
|
|
} |