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

8 lines
89 B
Kotlin
Vendored

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