[FIR] Implement new bound smartcast algorithm
#KT-36055 Fixed
This commit is contained in:
+1
-1
@@ -22,5 +22,5 @@ fun whileWithNoCondition(x: Int?) {
|
||||
while (<!SYNTAX!><!>) {
|
||||
x!!
|
||||
}
|
||||
checkSubtype<Int>(x)
|
||||
<!INAPPLICABLE_CANDIDATE!>checkSubtype<!><Int>(x)
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user