Evaluate expression shouldn't be applicable for name of named parameter in function call

#KT-7266 Fixed
This commit is contained in:
Natalia Ukhorskaya
2016-01-29 13:26:51 +03:00
parent 4f76207a27
commit 45f96f8f32
3 changed files with 12 additions and 1 deletions
@@ -0,0 +1,5 @@
fun foo(i: Int) {
foo(<caret>i = 1)
}
// EXPECTED: null