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