JavaTXCompilerInJavaTXNoMaven/resources/bytecode/javFiles/TXGenerics.jav
2024-05-02 23:04:07 +02:00

12 lines
143 B
Java

import java.lang.String;
public class TXGenerics {
a;
b;
public test() {
var c = new Cycle();
c.m(a, b);
}
}