JavaCompilerCore/resources/bytecode/javFiles/TXGenerics.jav

12 lines
143 B
Plaintext
Raw Normal View History

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