Rename: auto cast -> smart cast
This commit is contained in:
+1
-1
@@ -31,6 +31,6 @@ import p.*
|
||||
|
||||
fun test(b: B?) {
|
||||
if (b is C) {
|
||||
<!DEBUG_INFO_AUTOCAST!>b<!>?.foo(1, "")
|
||||
<!DEBUG_INFO_SMARTCAST!>b<!>?.foo(1, "")
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user