JavaTXCompilerInJavaTXNoMaven/resources/bytecode/javFiles/WC.jav

8 lines
139 B
Plaintext
Raw Normal View History

2024-05-02 21:04:07 +00:00
import java.lang.Integer;
import java.util.List;
public class WC {
void m (List<? super Integer> a, List<? extends Integer> b) {
}
}