Introduce Parameter: Fix parameter name validation
Respect existing parameter names and fix some exceptions #KT-19439 Fixed #KT-20402 Fixed #KT-20403 Fixed
This commit is contained in:
@@ -0,0 +1,3 @@
|
||||
fun foo(i: Int) {
|
||||
val x = <selection>1 + 2</selection> + 3
|
||||
}
|
||||
Reference in New Issue
Block a user