added info about smart casts to diagnostic tests
This commit is contained in:
@@ -4,6 +4,6 @@ fun gg() {
|
||||
val a: String? = ""
|
||||
|
||||
if (a != null) {
|
||||
ff(a)
|
||||
ff(<!DEBUG_INFO_AUTOCAST!>a<!>)
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user