17 lines
185 B
Plaintext
Raw Normal View History

2023-01-10 14:22:05 +01:00
public class TestGGFinder {
a;
id(b) {
var c = b;
return c;
}
setA(x) {
a = x;
return a;
}
m(x,y) {
x = id(y);
}
}