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