790b615fa1
Respect existing parameter names and fix some exceptions #KT-19439 Fixed #KT-20402 Fixed #KT-20403 Fixed
3 lines
66 B
Kotlin
Vendored
3 lines
66 B
Kotlin
Vendored
class Foo(i: Int) {
|
|
val x = <selection>1 + 2</selection> + 3
|
|
} |