Typecheck call arguments if callee is resolved to variable
#KT-11579 Fixed
This commit is contained in:
@@ -0,0 +1,5 @@
|
||||
fun f() {
|
||||
val g = 3
|
||||
<error>g</error> { <error>workingSet</error>, <error>customer</error> ->
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user