mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-05-02 11:18:16 +07:00
7 lines
113 B
Java
7 lines
113 B
Java
package test1;
|
|
|
|
import junit.framework.TestCase;
|
|
|
|
public class Test5 extends TestCase {
|
|
public void test() {}
|
|
} |