langtools/test/tools/javac/annotations/typeAnnotations/newlocations/AllLocations.java
changeset 33370 f563e436a81f
parent 26532 aa84b6606229
equal deleted inserted replaced
33369:e0404c48dca7 33370:f563e436a81f
    23 
    23 
    24 /*
    24 /*
    25  * @test
    25  * @test
    26  * @bug 8027262
    26  * @bug 8027262
    27  * @summary Stress test for type annotatons
    27  * @summary Stress test for type annotatons
    28  * @ignore 8057685 javac should not crash compiling type annotations
       
    29  * @compile AllLocations.java
    28  * @compile AllLocations.java
    30  */
    29  */
    31 
    30 
    32 import java.util.function.Function;
    31 import java.util.function.Function;
    33 import java.lang.annotation.*;
    32 import java.lang.annotation.*;