Add diagnostics to test data from NI
This commit is contained in:
@@ -10,7 +10,7 @@ class Qwe<T : Any>(val a: T?) {
|
||||
|
||||
fun test1(obj: Qwe<*>) {
|
||||
obj <!UNCHECKED_CAST!>as Qwe<T><!>
|
||||
check(<!DEBUG_INFO_SMARTCAST!>obj<!>.a)
|
||||
check(<!OI;DEBUG_INFO_SMARTCAST!>obj<!>.a)
|
||||
}
|
||||
|
||||
fun check(a: T?) {
|
||||
|
||||
Reference in New Issue
Block a user