[FIR] Implement new bound smartcast algorithm
#KT-36055 Fixed
This commit is contained in:
@@ -11,7 +11,7 @@ fun foo() {
|
||||
while (y != null) {
|
||||
bar(y)
|
||||
}
|
||||
bar(y)
|
||||
<!INAPPLICABLE_CANDIDATE!>bar<!>(y)
|
||||
|
||||
val z: Int? = null
|
||||
while (z == null) {
|
||||
|
||||
Reference in New Issue
Block a user