RegressionTests__ClassWithoutVersionMethod.st
author sr
Wed, 15 Nov 2017 16:41:47 +0100
changeset 1890 9367c7639c2d
parent 1447 2351db93aa5b
child 1567 e17701a073f9
permissions -rw-r--r--
removed not existing Class from project definition

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

"{ NameSpace: RegressionTests }"

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


!ClassWithoutVersionMethod class methodsFor:'documentation'!

version
    ^ '$Header$'
! !