Fix test data around flexibility after ae39d748e4

This commit is contained in:
victor.petukhov
2020-02-10 19:23:35 +03:00
committed by Victor Petukhov
parent dc2a9cdc81
commit b8aacf0786
3 changed files with 40 additions and 2 deletions
+2 -2
View File
@@ -1,5 +1,5 @@
// ERROR: Type mismatch: inferred type is (Any?..Any?) but String was expected
// ERROR: Type mismatch: inferred type is (Any?..Any?) but String was expected
// ERROR: Type mismatch: inferred type is (Any?..Any?) but String! was expected
// ERROR: Type mismatch: inferred type is (Any?..Any?) but String! was expected
// ERROR: Type mismatch: inferred type is HashMap<String, Any?> but Map<String, String> was expected
import java.util.*