class TestMethodCall { var; getSomething(){ return this; } getSomethingMore(){ return getSomething(); } void setVar(){ var = getSomethingMore(); } }