Rename: auto cast -> smart cast
This commit is contained in:
+2
-2
@@ -6,8 +6,8 @@ fun test(x: Any) {
|
||||
if (y !is String) return
|
||||
class Local {
|
||||
{
|
||||
<!DEBUG_INFO_AUTOCAST!>x<!>.length
|
||||
<!DEBUG_INFO_AUTOCAST!>y<!>.length
|
||||
<!DEBUG_INFO_SMARTCAST!>x<!>.length
|
||||
<!DEBUG_INFO_SMARTCAST!>y<!>.length
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user