test/tools/javac/T8026963/TypeAnnotationsCrashWithErroneousTreeTest.java

Thu, 16 Feb 2017 13:16:54 -0800

author
asaha
date
Thu, 16 Feb 2017 13:16:54 -0800
changeset 3470
762ea4493436
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