class TestIfStmt { methode(){ var; if(true){ var=this; }else{ var=this; } return 1; } }