J2K: Fix old J2K test data's error messages which has changed due to new inference

This commit is contained in:
Ilya Kirillov
2019-07-25 09:58:58 +03:00
parent 4e5e14046d
commit 58db64a478
10 changed files with 14 additions and 15 deletions
+2 -2
View File
@@ -1,5 +1,5 @@
// ERROR: Type inference failed: Not enough information to infer parameter K in constructor HashMap<K : Any!, V : Any!>(initialCapacity: Int) Please specify it explicitly.
// ERROR: Type inference failed: Not enough information to infer parameter K in constructor HashMap<K : Any!, V : Any!>(initialCapacity: Int) Please specify it explicitly.
// ERROR: Not enough information to infer type variable K
// ERROR: Not enough information to infer type variable K
package demo
import java.util.HashMap