[NI] Don't stop on a candidate with unstable smartcast error
#KT-36847 Fixed
This commit is contained in:
+1
-1
@@ -12,7 +12,7 @@ class Cls {
|
||||
|
||||
fun test(s: String) {
|
||||
if (s.ext is B)
|
||||
take(<!NI;SMARTCAST_IMPOSSIBLE, SMARTCAST_IMPOSSIBLE!>s.ext<!>)
|
||||
take(<!OI;SMARTCAST_IMPOSSIBLE!>s.ext<!>)
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user