RegressionTests__ClassWithoutVersionMethod.st
author Claus Gittinger <cg@exept.de>
Fri, 07 Jun 2019 03:41:47 +0200
changeset 2278 4b99cbd97d90
parent 1447 2351db93aa5b
child 1567 e17701a073f9
permissions -rw-r--r--
class: RegressionTests::QuadFloatTest changed: #test01_Nan #test02_Inf #test03_Conversion #test04_Arithmetic #test05_Comparing #test06_MiscMath #test07_Truncation #test08_Representation

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

"{ NameSpace: RegressionTests }"

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


!ClassWithoutVersionMethod class methodsFor:'documentation'!

version
    ^ '$Header$'
! !