jdk-24/test/langtools/tools/javac/annotations/neg/Recovery.java
2017-09-12 19:03:39 +02:00

14 lines
300 B
Java

/*
* @test /nodynamiccopyright/
* @bug 4993451
* @summary compiler crash with malformed annotations
* @author gafter
*
* @compile/fail/ref=Recovery.out -XDrawDiagnostics Recovery.java
*/
import java.lang.annotation.*;
@RetentionPolicy(RetentionPolicy.RUNTIME)
public @interface Recovery {}