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

4 lines
47 B
Kotlin
Vendored

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