Rename: auto cast -> smart cast
This commit is contained in:
@@ -7,12 +7,12 @@ fun test(d: Any?) {
|
||||
|
||||
class Local {
|
||||
fun f() {
|
||||
<!DEBUG_INFO_AUTOCAST!>d<!>.foo()
|
||||
<!DEBUG_INFO_SMARTCAST!>d<!>.foo()
|
||||
}
|
||||
|
||||
fun f1() = <!DEBUG_INFO_AUTOCAST!>d<!>.foo()
|
||||
fun f1() = <!DEBUG_INFO_SMARTCAST!>d<!>.foo()
|
||||
|
||||
fun f2(): String = <!DEBUG_INFO_AUTOCAST!>d<!>.foo()
|
||||
fun f2(): String = <!DEBUG_INFO_SMARTCAST!>d<!>.foo()
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user