4 lines
47 B
Kotlin
Vendored
4 lines
47 B
Kotlin
Vendored
class PrivateVal() {
|
|
private val prop = 0;
|
|
}
|