JavaPatternMatching/resources/bytecode/javFiles/TXGenerics.jav

12 lines
129 B
Plaintext
Raw Normal View History

2023-04-19 17:08:52 +00:00
import java.lang.String;
class TXGenerics {
a;
b;
test() {
var c = new Cycle();
c.m(a, b);
}
}