RegressionTests__ClassWithoutVersionMethod.st
changeset 160 f8bb781564fc
child 181 a56517005229
equal deleted inserted replaced
159:4864967123ca 160:f8bb781564fc
       
     1 "{ Package: 'exept:regression' }"
       
     2 
       
     3 "{ NameSpace: RegressionTests }"
       
     4 
       
     5 Object subclass:#ClassWithoutVersionMethod
       
     6 	instanceVariableNames:''
       
     7 	classVariableNames:''
       
     8 	poolDictionaries:''
       
     9 	category:'Tests-Regression'
       
    10 !
       
    11 
       
    12 
       
    13 !ClassWithoutVersionMethod class methodsFor:'documentation'!
       
    14 
       
    15 version
       
    16     ^ '$Header$'
       
    17 ! !