langtools/test/tools/javac/processing/6430209/T6430209.java
changeset 14963 974d4423c999
parent 6720 f16f91662ad8
child 24897 655b72d7b96e
equal deleted inserted replaced
14962:19ffdfafbcd2 14963:974d4423c999
    23 
    23 
    24 /*
    24 /*
    25  * @test
    25  * @test
    26  * @bug 6441871
    26  * @bug 6441871
    27  * @summary spurious compiler error elicited by packageElement.getEnclosedElements()
    27  * @summary spurious compiler error elicited by packageElement.getEnclosedElements()
    28  * @library ../../lib
    28  * @library /tools/javac/lib
    29  * @build JavacTestingAbstractProcessor b6341534
    29  * @build JavacTestingAbstractProcessor b6341534
    30  * @run main T6430209
    30  * @run main T6430209
    31  */
    31  */
    32 
    32 
    33 // Note that 6441871 is an interim partial fix for 6430209 that just removes the javac
    33 // Note that 6441871 is an interim partial fix for 6430209 that just removes the javac