blob: c81e00c211e8e6fec7a33bedb9ddf3af929ad752 [file] [log] [blame]
package test1;
import junit.framework.TestCase;
public class InnerTest {
public static class Inner extends TestCase {
public void test() {}
public static void main(String[] args) {}
}
}