test/tools/javac/annotations/typeAnnotations/newlocations/MultiCatch.java

changeset 1721
abd153854f16
parent 1521
71f35e4b93a5
child 1755
ddb4a2bfcd82
equal deleted inserted replaced
1717:8e27e84de2e9 1721:abd153854f16
23 23
24 import java.lang.annotation.*; 24 import java.lang.annotation.*;
25 25
26 /* 26 /*
27 * @test 27 * @test
28 * @ignore // syntax not sure yet. 28 * @ignore 8013408: Need specification for type exceptions on multicatch
29 * @bug 8006775 29 * @bug 8006775
30 * @summary new type annotation location: multicatch 30 * @summary new type annotation location: multicatch
31 * @author Werner Dietl 31 * @author Werner Dietl
32 * @compile MultiCatch.java 32 * @compile MultiCatch.java
33 */ 33 */

mercurial