Add diagnostics to test data from NI
This commit is contained in:
@@ -13,5 +13,5 @@ fun list(start: SomeObject): SomeObject {
|
||||
e = e<!UNSAFE_CALL!>.<!>next()
|
||||
}
|
||||
// Smart cast is not possible here due to next()
|
||||
return <!TYPE_MISMATCH!>e<!>
|
||||
return <!NI;TYPE_MISMATCH, TYPE_MISMATCH!>e<!>
|
||||
}
|
||||
Reference in New Issue
Block a user