public class TestTwoArgs2 { a; id(b) { var c = b; return c; } m(x,y) { x = id(y); return x; } main(x,y) { return m(id(x),m(x,y)); } }