Rename: auto cast -> smart cast
This commit is contained in:
@@ -5,4 +5,4 @@ val y: Any? = 2
|
||||
// FILE: b.kt
|
||||
package example
|
||||
|
||||
val x: Int = if (ns.y is Int) <!DEBUG_INFO_AUTOCAST!>ns.y<!> else 2
|
||||
val x: Int = if (ns.y is Int) <!DEBUG_INFO_SMARTCAST!>ns.y<!> else 2
|
||||
Reference in New Issue
Block a user