Rename: auto cast -> smart cast
This commit is contained in:
@@ -1,6 +1,6 @@
|
||||
fun foo(x: Number) {
|
||||
if ((x as Int) is Int) {
|
||||
<!DEBUG_INFO_AUTOCAST!>x<!> : Int
|
||||
<!DEBUG_INFO_SMARTCAST!>x<!> : Int
|
||||
}
|
||||
<!DEBUG_INFO_AUTOCAST!>x<!> : Int
|
||||
<!DEBUG_INFO_SMARTCAST!>x<!> : Int
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user