blob: 51e2d29a1030bc9f58701d40462f810ceb960f1a [file] [log] [blame]
/*
* @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 {}