langtools/test/tools/jdeps/Test.java
changeset 21046 ebf16a1a6328
parent 15030 2d8dec41f029
child 21503 45fc62482cae
equal deleted inserted replaced
21045:a7a1562c97be 21046:ebf16a1a6328
    23 
    23 
    24 public class Test {
    24 public class Test {
    25     public void test() {
    25     public void test() {
    26         p.Foo f = new p.Foo();
    26         p.Foo f = new p.Foo();
    27     }
    27     }
       
    28     private String name() {
       
    29         return "this test";
       
    30     }
    28 }
    31 }