mkcsrc: clear OLDNITCOPT in src/Makefile
[nit.git] / src / parser / parser_nodes.nit
index 070a8f8..21c6dcd 100644 (file)
@@ -934,6 +934,11 @@ class AConcreteInitPropdef
        super AInitPropdef
 end
 
+class AInternNewPropdef
+       super AInternMethPropdef
+       super AInitPropdef
+end
+
 # A constructor marked extern (defined with the `new` keyword)
 class AExternInitPropdef
        super AExternPropdef