RegressionTests__ClassWithoutVersionMethod.st
author Jan Vrany <jan.vrany@fit.cvut.cz>
Wed, 04 Oct 2017 21:36:43 +0100
branchjv
changeset 1956 0ff367ab6eb1
parent 1567 e17701a073f9
permissions -rw-r--r--
Merge of feature-94-revamp-thinlocks

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

"{ NameSpace: RegressionTests }"

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


!ClassWithoutVersionMethod class methodsFor:'documentation'!

version
    ^ '$Header$'
! !