725df49c8c
(cherry picked from commit f3fa779)
3 lines
78 B
Plaintext
Vendored
3 lines
78 B
Plaintext
Vendored
class WithProperties(val x: Int, val y: Int = 7, private val z: Int = 13) {
|
|
|
|
} |