Files
kotlin-fork/compiler/testData/codegen/properties/privateVal.kt
T
2013-01-24 21:12:27 +04:00

4 lines
47 B
Kotlin
Vendored

class PrivateVal() {
private val prop = 0;
}