Rename: auto cast -> smart cast
This commit is contained in:
@@ -10,5 +10,5 @@ class B {
|
||||
|
||||
fun test(a: A, b: B?) {
|
||||
a foo b!!
|
||||
<!DEBUG_INFO_AUTOCAST!>b<!>.bar()
|
||||
<!DEBUG_INFO_SMARTCAST!>b<!>.bar()
|
||||
}
|
||||
Reference in New Issue
Block a user