compiler/PPCClass.st
changeset 527 9b50ec9a6918
parent 524 f6f68d32de73
child 529 439c4057517f
--- a/compiler/PPCClass.st	Mon Aug 24 17:31:06 2015 +0100
+++ b/compiler/PPCClass.st	Mon Aug 24 17:38:44 2015 +0100
@@ -10,6 +10,14 @@
 	category:'PetitCompiler-Compiler-Codegen'
 !
 
+!PPCClass class methodsFor:'instance creation'!
+
+new
+    "return an initialized instance"
+
+    ^ self basicNew initialize.
+! !
+
 !PPCClass methodsFor:'accessing'!
 
 arguments: args