JavaCompilerCore/test/asp/unifywithoutwildcards/ASPTests.java

11 lines
127 B
Java
Raw Normal View History

package asp.unifywithoutwildcards;
import org.junit.Test;
public class ASPTests {
@Test
public void test(){
}
}