Compare commits

..

No commits in common. "a147512dcb6b508eaff86348b41ce5ee1abc2aea" and "3953bbe549796981928d6c3de4a253de541b0d77" have entirely different histories.

View File

@ -24,5 +24,10 @@ public class NewStatementExpression extends AbstractType implements IExpression,
}
@Override
public void codeGen(MethodVisitor mv, HashMap<String, HashMap<String, String>> typeContext, LinkedHashMap<String, String> localVars) throws Exception {
}
}