fix cvs_MAIN
authorClaus Gittinger <cg@exept.de>
Fri, 14 Jul 2017 13:41:49 +0200
branchcvs_MAIN
changeset 1038 5d66b7793f44
parent 1037 613a521b1adc
child 1039 24351c7340ac
fix changed: #visit:
extensions.st
--- a/extensions.st	Fri Jul 14 13:41:29 2017 +0200
+++ b/extensions.st	Fri Jul 14 13:41:49 2017 +0200
@@ -22,10 +22,12 @@
 !AssignmentNode methodsFor:'accessing-SmallSense'!
 
 inferedType: aSmallSenseType
-
-    ^ self shouldNotImplement
+    "/ cg: why not????
+"/    ^ self shouldNotImplement
+    ^ super inferedType: aSmallSenseType
 
     "Created: / 26-11-2011 / 12:37:39 / Jan Vrany <jan.vrany@fit.cvut.cz>"
+    "Modified: / 14-07-2017 / 13:37:28 / cg"
 ! !
 
 !BlockNode methodsFor:'enumeration'!