blob: 11eec16b2bf90e7a89fb2fbff0d7794a43209e49 [file] [log] [blame]
public class Test {
public static junit.framework.Test suite() {
I i = new IImpl();
A a = i.create();
return null;
}
public void testSmth() {}
public void setUp() {}
public void tearDown(){}
public void notATest(){}
}