Update diagnostic message in test data

Follow-up of 42a5c488: function `unCapture` is used to render
 diagnostic messages, therefore we have this change now
This commit is contained in:
Mikhail Zarechenskiy
2019-07-02 13:58:59 +03:00
parent a67c3ef855
commit 60ac2056bd
+2 -2
View File
@@ -1,7 +1,7 @@
// ERROR: Type mismatch: inferred type is Any? but String? was expected
// ERROR: Type mismatch: inferred type is (CapturedType(*)!!..CapturedType(*)) but String? was expected
// ERROR: Type mismatch: inferred type is (CapturedType(*)!!..Any?) but String? was expected
// ERROR: Type mismatch: inferred type is Any? but String? was expected
// ERROR: Type mismatch: inferred type is (CapturedType(*)!!..CapturedType(*)) but String? was expected
// ERROR: Type mismatch: inferred type is (CapturedType(*)!!..Any?) but String? was expected
// ERROR: Type mismatch: inferred type is HashMap<Any?, Any?> but Map<String?, String?> was expected
import java.util.HashMap
import java.util.Properties