test/tools/javac/enum/6384542/T6384542.out

Thu, 21 Feb 2013 15:26:46 +0000

author
mcimadamore
date
Thu, 21 Feb 2013 15:26:46 +0000
changeset 1599
9f0ec00514b6
parent 409
69eaccd3ea85
child 2525
2eb010b6cb22
permissions
-rw-r--r--

8007461: Regression: bad overload resolution when inner class and outer class have method with same name
Summary: Fix regression in varargs method resolution introduced by bad refactoring
Reviewed-by: jjg

duke@1 1 T6384542.java:10:8: compiler.err.static.import.not.supported.in.source: 1.4
duke@1 2 T6384542.java:12:8: compiler.err.enums.not.supported.in.source: 1.4
jjg@409 3 T6384542.java:14:13: compiler.err.unsupported.fp.lit: 1.4
duke@1 4 T6384542.java:15:9: compiler.err.generics.not.supported.in.source: 1.4
duke@1 5 T6384542.java:16:35: compiler.err.varargs.not.supported.in.source: 1.4
duke@1 6 T6384542.java:17:25: compiler.err.foreach.not.supported.in.source: 1.4
duke@1 7 T6384542.java:21:6: compiler.err.annotations.not.supported.in.source: 1.4
duke@1 8 T6384542.java:24:8: compiler.err.expected3: class, interface, enum
duke@1 9 8 errors

mercurial