ParseNode.st
changeset 4501 d8b0a5d31348
parent 4471 970c73f20faf
child 4506 c5b6671d3761
--- a/ParseNode.st	Wed Aug 21 18:57:57 2019 +0200
+++ b/ParseNode.st	Wed Aug 21 19:37:00 2019 +0200
@@ -1,5 +1,3 @@
-"{ Encoding: utf8 }"
-
 "
  COPYRIGHT (c) 1989 by Claus Gittinger
 	      All Rights Reserved
@@ -537,6 +535,10 @@
     ].
 
     "Created: / 20-04-2005 / 14:21:28 / cg"
+!
+
+printStatementListOn:aStream indent:i
+    self printOn:aStream indent:i 
 ! !
 
 !ParseNode methodsFor:'private'!