Convert object creation statement into assignment
As the creation of new objects is free of side-effects in MiniJava, it is not valid to create new objects without using them as part of an assignment or a method invocation.
Please register or sign in to comment