test/tools/javac/literals/T6891079.out

Wed, 01 Sep 2010 03:19:16 -0700

author
jrose
date
Wed, 01 Sep 2010 03:19:16 -0700
changeset 665
d3ead6731a91
parent 0
959103a6100f
permissions
-rw-r--r--

6979683: inconsistent interaction of reference cast with box/unbox conversions leaves out a useful case
Summary: Allow casts which narrow and then unbox.
Reviewed-by: mcimadamore

     1 T6891079.java:8:14: compiler.err.invalid.binary.number
     2 T6891079.java:9:15: compiler.err.invalid.binary.number
     3 T6891079.java:9:18: compiler.err.expected: token.identifier
     4 T6891079.java:10:14: compiler.err.invalid.hex.number
     5 T6891079.java:11:15: compiler.err.invalid.hex.number
     6 T6891079.java:11:18: compiler.err.expected: token.identifier
     7 6 errors

mercurial