JavaTXCompilerInJavaTXNoMaven/resources/insertGenerics/javFiles/TestGGFinder.jav

17 lines
185 B
Plaintext
Raw Normal View History

2024-05-02 21:04:07 +00:00
public class TestGGFinder {
a;
id(b) {
var c = b;
return c;
}
setA(x) {
a = x;
return a;
}
m(x,y) {
x = id(y);
}
}