mirror of
https://github.com/openjdk/jdk.git
synced 2026-02-09 09:58:43 +00:00
4 lines
236 B
Plaintext
4 lines
236 B
Plaintext
NullsInPatterns.java:12:18: compiler.err.instanceof.pattern.no.subtype: java.util.List, compiler.misc.type.null
|
|
NullsInPatterns.java:23:18: compiler.err.instanceof.pattern.no.subtype: java.util.List<?>, compiler.misc.type.null
|
|
2 errors
|