0df5d5158d
#KT-38297 Fixed
3 lines
51 B
Plaintext
3 lines
51 B
Plaintext
class Foo(val x: Int = 4, y: Int) {
|
|
val z = y
|
|
} |