moving tests to CE

This commit is contained in:
Dmitry Jemerov
2009-09-25 20:51:46 +04:00
parent 96ed6ab4dc
commit b7929673b6
19 changed files with 5 additions and 0 deletions
@@ -0,0 +1,5 @@
public class Derived extends Base {
public void foo() {}
public void bar() { System.out.println("Hello"); }
public void foobar() { super.foobar(); }
}