test/tools/javac/T8026963/TypeAnnotationsCrashWithErroneousTreeTest.java

Mon, 31 Aug 2015 14:49:47 -0700

author
asaha
date
Mon, 31 Aug 2015 14:49:47 -0700
changeset 3014
94f4441342cf
parent 0
959103a6100f
permissions
-rw-r--r--

Merge

aoqi@0 1 /*
aoqi@0 2 * @test /nodynamiccopyright/
aoqi@0 3 * @bug 8026963
aoqi@0 4 * @summary type annotations code crashes for lambdas with void argument
aoqi@0 5 * @compile/fail/ref=TypeAnnotationsCrashWithErroneousTreeTest.out -XDrawDiagnostics -XDshouldStopPolicy=FLOW TypeAnnotationsCrashWithErroneousTreeTest.java
aoqi@0 6 */
aoqi@0 7
aoqi@0 8 public class TypeAnnotationsCrashWithErroneousTreeTest {
aoqi@0 9 private void t(this) {}
aoqi@0 10 }

mercurial