Evaluate expression shouldn't be applicable for name of named parameter in function call
#KT-7266 Fixed
This commit is contained in:
@@ -0,0 +1,5 @@
|
||||
fun foo(i: Int) {
|
||||
foo(<caret>i = 1)
|
||||
}
|
||||
|
||||
// EXPECTED: null
|
||||
Reference in New Issue
Block a user