JavaTXCompilerInJavaTX/app/resources/insertGenericsJav/TestGGFinder.jav

17 lines
185 B
Plaintext
Raw Permalink Normal View History

2023-01-10 13:22:05 +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);
}
}