Decompiler.st
branchjv
changeset 4723 524785227024
parent 4315 734f7d2b6efe
parent 4553 a673423f1239
child 4724 7f06668ac292
--- a/Decompiler.st	Sat Aug 08 22:49:53 2020 +0100
+++ b/Decompiler.st	Tue Aug 25 12:20:06 2020 +0100
@@ -92,7 +92,7 @@
             aStream showCR:(classToCompileFor name , '>>' , (who at:2)).
         ]
     ].
-    aStream show:('nA: ' , method numArgs printString).
+    aStream show:('nA: ' , method argumentCount printString).
     aStream show:(' nV: ' , method numVars printString).
     aStream show:(' nT: ' , method stackSize printString).
     aStream cr.