langtools/test/tools/javac/annotations/typeAnnotations/newlocations/MultiCatch.java
changeset 21498 58c2486db8d0
parent 21010 5ffe0d8a5e24
equal deleted inserted replaced
21497:ad075a07ee79 21498:58c2486db8d0
    23 
    23 
    24 import java.lang.annotation.*;
    24 import java.lang.annotation.*;
    25 
    25 
    26 /*
    26 /*
    27  * @test
    27  * @test
    28  * @ignore 8008762 Type annotations failures
       
    29  * @bug 8006775
    28  * @bug 8006775
    30  * @summary new type annotation location: multicatch
    29  * @summary new type annotation location: multicatch
    31  * @author Werner Dietl
    30  * @author Werner Dietl
    32  * @compile MultiCatch.java
    31  * @compile MultiCatch.java
    33  */
    32  */