[FIR] Implement FUNCTION_EXPECTED
This commit is contained in:
Vendored
+2
-2
@@ -12,5 +12,5 @@ public fun foo(xx: Any): Int {
|
||||
y.length
|
||||
} while (true)
|
||||
// We could have smart cast here but with break it's hard to detect
|
||||
return x.<!UNRESOLVED_REFERENCE!>length<!>()
|
||||
}
|
||||
return x.<!FUNCTION_EXPECTED!>length<!>()
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user