1 package testpackage.subpackage; 2 3 public class CircularTest extends testpackage.CircularTest { 4 public int tpsp = 456; 5 public static void main(String[] args) { 6 CircularTest test = new CircularTest(); 7 } 8 } 9 10 // vim: tabstop=4 expandtab shiftwidth=4