Files
kotlin-fork/nj2k/testData/newJ2k/detectProperties/JavaKeywordPropertyName.kt
T
2019-04-03 11:24:19 +03:00

8 lines
89 B
Kotlin
Vendored

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