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