test/tools/javac/missingSuperRecovery/MissingSuperRecovery.out

Fri, 05 Jul 2013 11:04:22 +0100

author
mcimadamore
date
Fri, 05 Jul 2013 11:04:22 +0100
changeset 1890
bfbedbfc522a
parent 221
6ada6122dd4f
child 2525
2eb010b6cb22
permissions
-rw-r--r--

8016702: use of ternary operator in lambda expression gives incorrect results
Summary: Constant types erroneously creep in during inference
Reviewed-by: jjg, vromero

duke@1 1 MissingSuperRecovery.java:15: cannot access base
duke@1 2 public class MissingSuperRecovery extends impl {
duke@1 3 ^
mcimadamore@221 4 class file for base not found
duke@1 5 1 error

mercurial