Add diagnostics to test data from NI
This commit is contained in:
+1
-1
@@ -22,7 +22,7 @@ fun a() {
|
||||
val b = Example()
|
||||
|
||||
consumeString(a + b)
|
||||
consumeInt(a - b)
|
||||
consumeInt(<!NI;TYPE_MISMATCH!>a <!NI;OPERATOR_MODIFIER_REQUIRED!>-<!> b<!>)
|
||||
|
||||
consumeString(a plus b)
|
||||
consumeInt(a minus b)
|
||||
|
||||
Reference in New Issue
Block a user