7 lines
86 B
Kotlin
Vendored
7 lines
86 B
Kotlin
Vendored
internal class C {
|
|
val `this` = 0
|
|
|
|
fun foo() {
|
|
println(`this`)
|
|
}
|
|
} |