[NI] Don't stop on a candidate with unstable smartcast error
#KT-36847 Fixed
This commit is contained in:
+1
-1
@@ -9,5 +9,5 @@ fun main() {
|
||||
var y: Number? = null
|
||||
y = 2
|
||||
{ y = 1 }
|
||||
Test.foo(<!SMARTCAST_IMPOSSIBLE, SMARTCAST_IMPOSSIBLE!>y<!>)
|
||||
Test.foo(y)
|
||||
}
|
||||
Reference in New Issue
Block a user