7f50e6e70e
(cherry picked from commit 93aaa48)
3 lines
51 B
Plaintext
3 lines
51 B
Plaintext
class Foo(val x: Int = 4, y: Int) {
|
|
val z = y
|
|
} |