FIR: intersect flexible type bounds separately

^KT-54522 Fixed
This commit is contained in:
pyos
2022-10-18 14:19:52 +02:00
committed by Space Team
parent 8bc9fd91d5
commit ee6af9af5f
9 changed files with 69 additions and 21 deletions
@@ -21,7 +21,7 @@ fun testWithUtil(map: ConcurrentHashMap<Int, String>): Int {
if (string == null) {
string = Util.getString()
}
return string<!UNSAFE_CALL!>.<!>length
return string.length
}
fun test(list: java.util.ArrayList<String?>) {