Files
kotlin-fork/j2k/testData/fileOrElement/detectProperties/KeywordPropertyName.kt
T
2015-09-25 13:02:46 +03:00

7 lines
86 B
Kotlin
Vendored

internal class C {
val `this` = 0
fun foo() {
println(`this`)
}
}