229e0d1631
Co-authored-by: Brian Goetz <brian.goetz@oracle.com> Co-authored-by: Gavin Bierman <gavin.bierman@oracle.com> Co-authored-by: Maurizio Cimadamore <maurizio.cimadamore@oracle.com> Co-authored-by: Srikanth Adayapalam <srikanth.adayapalam@oracle.com> Co-authored-by: Vicente Romero <vicente.romero@oracle.com> Reviewed-by: mcimadamore
8 lines
578 B
Plaintext
8 lines
578 B
Plaintext
Reifiable.java:10:16: compiler.err.instanceof.reifiable.not.safe: java.lang.Object, Reifiable.ListImpl<Reifiable>
|
|
Reifiable.java:12:16: compiler.err.prob.found.req: (compiler.misc.inconvertible.types: Reifiable.List<java.lang.String>, Reifiable.ListImpl<Reifiable>)
|
|
Reifiable.java:13:39: compiler.err.not.within.bounds: java.lang.String, T
|
|
Reifiable.java:14:16: compiler.err.prob.found.req: (compiler.misc.inconvertible.types: Reifiable.List<Reifiable>, Reifiable.Unrelated<Reifiable>)
|
|
- compiler.note.preview.filename: Reifiable.java
|
|
- compiler.note.preview.recompile
|
|
4 errors
|