790b615fa1
Respect existing parameter names and fix some exceptions #KT-19439 Fixed #KT-20402 Fixed #KT-20403 Fixed
4 lines
58 B
Plaintext
Vendored
4 lines
58 B
Plaintext
Vendored
class Foo(i: Int, i1: Int = 1 + 2) {
|
|
val x = i1 + 3
|
|
}
|