compiler/TTypeNode.st
changeset 2 2a3e47c13905
parent 1 18b4a3b98e96
child 3 97ee341d3e9f
--- a/compiler/TTypeNode.st	Tue Aug 25 19:02:43 2015 +0100
+++ b/compiler/TTypeNode.st	Tue Aug 25 19:05:18 2015 +0100
@@ -6,9 +6,10 @@
 	instanceVariableNames:''
 	classVariableNames:''
 	poolDictionaries:''
-	category:'Languages-Tea-AST'
+	category:'Languages-Tea-Compiler-AST'
 !
 
+
 !TTypeNode class methodsFor:'accessing'!
 
 formatterClass
@@ -27,3 +28,10 @@
     ^ self == TTypeNode.
 ! !
 
+!TTypeNode class methodsFor:'documentation'!
+
+version_HG
+
+    ^ '$Changeset: <not expanded> $'
+! !
+