[FIR] Implement new bound smartcast algorithm
#KT-36055 Fixed
This commit is contained in:
+1
-1
@@ -13,5 +13,5 @@ fun list(start: SomeObject) {
|
||||
e = e.next()
|
||||
}
|
||||
// e can be null because of next()
|
||||
e.<!INAPPLICABLE_CANDIDATE!>doSomething<!>()
|
||||
e.doSomething()
|
||||
}
|
||||
Reference in New Issue
Block a user