javaclass

Annotated tests/testpackage/CircularTest.java

180:08f709115552
2006-08-16 Paul Boddie Added packaging information.
paul@169 1
package testpackage;
paul@169 2
paul@169 3
public class CircularTest extends testpackage.subpackage.SubpackageClass {
paul@169 4
    public int tp = 123;
paul@169 5
    public static void main(String[] args) {
paul@169 6
        CircularTest test = new CircularTest();
paul@169 7
    }
paul@169 8
}
paul@169 9
paul@169 10
// vim: tabstop=4 expandtab shiftwidth=4