RegressionTests__CompilerTests2.st
branchjv
changeset 1478 84b9cfc40f37
parent 1475 ea3d40ebae8f
child 1484 e5af485c693d
--- a/RegressionTests__CompilerTests2.st	Tue Feb 02 22:44:20 2016 +0000
+++ b/RegressionTests__CompilerTests2.st	Tue Feb 02 22:44:51 2016 +0000
@@ -257,6 +257,26 @@
     "Created: / 23-12-2015 / 18:40:11 / Jan Vrany <jan.vrany@fit.cvut.cz>"
 !
 
+method_argAndVarNames_07
+    | b |
+
+    b := [:len |
+        1 to: len do:[:i|
+            i == 1 ifTrue:[
+                self saveContext.
+            ]
+        ]
+    ].
+
+    b value: 5
+
+    "
+    CompilerTests2 basicNew method_argAndVarNames_05
+    "
+
+    "Created: / 23-12-2015 / 18:40:11 / Jan Vrany <jan.vrany@fit.cvut.cz>"
+!
+
 method_lineno_002
     1 factorial. ^self currentLineNumber
 
@@ -1402,6 +1422,11 @@
     ^ '$Changeset: <not expanded> $'
 !
 
+version_HG
+
+    ^ '$Changeset: <not expanded> $'
+!
+
 version_SVN
     ^ '$Id$'
 ! !