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