FIR: intersect flexible type bounds separately
^KT-54522 Fixed
This commit is contained in:
@@ -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?>) {
|
||||
|
||||
Reference in New Issue
Block a user