[FIR] Don't assume types with not found symbol as error types
This commit is contained in:
@@ -0,0 +1,5 @@
|
||||
// !FULL_JDK
|
||||
|
||||
fun test(map: MutableMap<Int, MutableMap<Int, Int>>) {
|
||||
map.getOrPut(1, ::mutableMapOf)
|
||||
}
|
||||
Reference in New Issue
Block a user