Add diagnostics to test data from NI
This commit is contained in:
@@ -8,5 +8,5 @@ fun test(a: Any): String {
|
||||
is A -> q!!
|
||||
}
|
||||
// When is not exhaustive
|
||||
return <!TYPE_MISMATCH!>q<!>
|
||||
return <!NI;TYPE_MISMATCH, TYPE_MISMATCH!>q<!>
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user