725df49c8c
(cherry picked from commit f3fa779)
4 lines
52 B
Plaintext
4 lines
52 B
Plaintext
class Foo(val x: Int = 4, y: Int) {
|
|
val z = y
|
|
}
|