Browse Source

* function byte:byte not working

peter 22 years ago
parent
commit
89f1a05d43
1 changed files with 10 additions and 0 deletions
  1. 10 0
      tests/tbs/tb0456.pp

+ 10 - 0
tests/tbs/tb0456.pp

@@ -0,0 +1,10 @@
+{$mode delphi}
+
+type
+  c=class
+   function Byte: Byte; virtual; abstract;
+  end;
+
+begin
+end.
+