test/tools/javac/T8026963/TypeAnnotationsCrashWithErroneousTreeTest.java

Fri, 24 Apr 2020 03:58:51 +0100

author
andrew
date
Fri, 24 Apr 2020 03:58:51 +0100
changeset 3891
05fc0d4d4fbe
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