[FIR] Fix data-flow after while loops
This commit is contained in:
committed by
Mikhail Glukhikh
parent
91b432b4a1
commit
645602b675
@@ -1,5 +1,5 @@
|
||||
fun foo(s: String?): Int {
|
||||
while (s==null) {
|
||||
}
|
||||
return s.<!INAPPLICABLE_CANDIDATE!>length<!>
|
||||
return s.length
|
||||
}
|
||||
Reference in New Issue
Block a user