added info about smart casts to diagnostic tests
This commit is contained in:
+2
-2
@@ -2,7 +2,7 @@ fun test() {
|
||||
val out : Int? = null
|
||||
val x : Nothing? = null
|
||||
if (out != x)
|
||||
out.plus(1)
|
||||
<!DEBUG_INFO_AUTOCAST!>out<!>.plus(1)
|
||||
if (out == x) return
|
||||
out.plus(1)
|
||||
<!DEBUG_INFO_AUTOCAST!>out<!>.plus(1)
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user