added: #foo expeccoNET_1_6_0_0
authorMichael Beyl <mb@exept.de>
Tue, 03 May 2011 18:47:53 +0200
changeset 578 649bd275c083
parent 577 e4b7386d1437
child 579 aec603e794ba
added: #foo comment/format in: #testCodeForMethodVarAccess changed: #foo:
RegressionTests__CompilerTest.st
--- a/RegressionTests__CompilerTest.st	Tue May 03 16:53:36 2011 +0200
+++ b/RegressionTests__CompilerTest.st	Tue May 03 18:47:53 2011 +0200
@@ -297,15 +297,6 @@
     value := something
 ! !
 
-!CompilerTest methodsFor:'others'!
-
-
-foo:arg
-    ^ arg 
-        ifTrue:[1] 
-        ifFalse:[2]
-! !
-
 !CompilerTest methodsFor:'tests - booleans'!
 
 _testAnd:arg1 _:arg2