Context.st
branchjv
changeset 18006 4e8f3d37bdbf
parent 17993 956342c369a2
child 18011 deb0c3355881
--- a/Context.st	Sun Dec 16 00:20:16 2012 +0000
+++ b/Context.st	Thu Dec 20 11:48:59 2012 +0000
@@ -2221,7 +2221,7 @@
         ].
 
         method notNil ifTrue:[
-            ^ method methodArgAndVarNames.
+            ^ method methodArgAndVarNamesInContext: self.
         ].
         ^ #()
     ].
@@ -2262,6 +2262,8 @@
     ].
 
     ^ #()
+
+    "Modified: / 18-12-2012 / 18:18:07 / Jan Vrany <jan.vrany@fit.cvut.cz>"
 !
 
 canResume
@@ -2470,9 +2472,13 @@
     ^ '§Header: /cvs/stx/stx/libbasic/Context.st,v 1.177 2012/11/24 12:52:13 stefan Exp §'
 !
 
+version_HG
+
+    ^ '$Changeset: <not expanded> $'
+!
+
 version_SVN
-    ^ '$Id: Context.st 10876 2012-11-30 17:19:23Z vranyj1 $'
+    ^ '§Id§'
 ! !
 
 Context initialize!
-