JavaTXCompilerInJavaTX/app/resources/bytecode/javFiles/WC.jav

8 lines
139 B
Plaintext
Raw Permalink Normal View History

2023-01-10 13:22:05 +00:00
import java.lang.Integer;
import java.util.List;
public class WC {
void m (List<? super Integer> a, List<? extends Integer> b) {
}
}