4 lines
45 B
Plaintext
4 lines
45 B
Plaintext
class PrivateVal {
|
|
private val prop = 0;
|
|
}
|
class PrivateVal {
|
|
private val prop = 0;
|
|
}
|