public class TestThreeArgs { a; id(b) { var a /* = null */; var c = b; m(a,a,b); return c; } m(x,y, z) { x = id(y); return x; } }