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