Sfoglia il codice sorgente

* more complex check

peter 23 anni fa
parent
commit
4d4c6905d0
1 ha cambiato i file con 2 aggiunte e 2 eliminazioni
  1. 2 2
      tests/tbs/tb0445.pp

+ 2 - 2
tests/tbs/tb0445.pp

@@ -1,7 +1,7 @@
 type
-  tproc = procedure(self:longint);
+  tproc = procedure(self,l2:longint);
 
-procedure p(l:longint);
+procedure p(l1,l2:longint);
 begin
 end;