Rename: auto cast -> smart cast
This commit is contained in:
@@ -4,7 +4,7 @@ fun test() {
|
||||
val <!UNUSED_VARIABLE!>a<!> = @a{(Int?).() ->
|
||||
if (this != null) {
|
||||
val <!UNUSED_VARIABLE!>b<!> = {String.() ->
|
||||
<!DEBUG_INFO_AUTOCAST!>this@a<!>.times(5) // @a Unresolved
|
||||
<!DEBUG_INFO_SMARTCAST!>this@a<!>.times(5) // @a Unresolved
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user