class TestAny { a; b = a; anyMethod() { var f; return f; } otherMethod(e) { b = e; e = a; return e; } }