langtools/test/tools/javac/danglingDep/Test1.java
changeset 6150 d055fa8ced62
parent 5520 86e4b9a9da40
child 7681 1f0819a3341f
equal deleted inserted replaced
6149:48de3564aa13 6150:d055fa8ced62
    23 
    23 
    24 /**
    24 /**
    25  * @test
    25  * @test
    26  * @bug 6213430
    26  * @bug 6213430
    27  * @clean Test1 X RefX
    27  * @clean Test1 X RefX
    28  * @compile/ref=Test1.out -XDstdout -XDrawDiagnostics Test1.java RefX.java
    28  * @compile/ref=Test1.out -XDrawDiagnostics Test1.java RefX.java
    29  */
    29  */
    30 class Test1
    30 class Test1
    31 {
    31 {
    32     void foo() {
    32     void foo() {
    33         // the following doc comment should not affect the following class declaration
    33         // the following doc comment should not affect the following class declaration