RegressionTests__ClassWithoutVersionMethod.st
author Claus Gittinger <cg@exept.de>
Wed, 01 May 2019 22:49:20 +0200
changeset 2218 9a309cd79a62
parent 1447 2351db93aa5b
child 1567 e17701a073f9
permissions -rw-r--r--
initial checkin class: RegressionTests::ValueHolderTests added: #test01_BlockValue class: RegressionTests::ValueHolderTests class

"{ Package: 'stx:goodies/regression' }"

"{ NameSpace: RegressionTests }"

Object subclass:#ClassWithoutVersionMethod
	instanceVariableNames:''
	classVariableNames:''
	poolDictionaries:''
	category:'tests-Regression'
!


!ClassWithoutVersionMethod class methodsFor:'documentation'!

version
    ^ '$Header$'
! !