#REFACTORING by cg
authorClaus Gittinger <cg@exept.de>
Tue, 24 Apr 2018 09:58:28 +0200
changeset 4311 fdcd370f091f
parent 4310 0b4045ea2154
child 4312 b71003f7a8d5
#REFACTORING by cg class: ClassDefinitionChange changed: #isVariable
ClassDefinitionChange.st
--- a/ClassDefinitionChange.st	Tue Apr 24 09:58:11 2018 +0200
+++ b/ClassDefinitionChange.st	Tue Apr 24 09:58:28 2018 +0200
@@ -1,3 +1,5 @@
+"{ Encoding: utf8 }"
+
 "
  COPYRIGHT (c) 1993 by Claus Gittinger
 	      All Rights Reserved
@@ -868,7 +870,7 @@
 
 isVariable
     indexedType notNil ifTrue:[
-        self halt.
+        self breakPoint:#cg.
         ^ true.
     ].
     ^ false.