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