compiler/TFunctionBinding.st
changeset 3 97ee341d3e9f
child 4 3d80069ea3e2
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/compiler/TFunctionBinding.st	Wed Aug 26 07:51:18 2015 +0100
@@ -0,0 +1,11 @@
+"{ Package: 'jv:tea/compiler' }"
+
+"{ NameSpace: Smalltalk }"
+
+TBinding subclass:#TFunctionBinding
+	instanceVariableNames:''
+	classVariableNames:''
+	poolDictionaries:''
+	category:'Languages-Tea-Compiler-Bindings'
+!
+