peter 27 年之前
父節點
當前提交
87c7b2ce06
共有 2 個文件被更改,包括 13 次插入1 次删除
  1. 12 0
      bugs/bug0147.pp
  2. 1 1
      bugs/readme.txt

+ 12 - 0
bugs/bug0147.pp

@@ -0,0 +1,12 @@
+unit u;
+interface
+
+function b:boolean;
+
+implementation
+
+function b;
+begin
+end;
+
+end.

+ 1 - 1
bugs/readme.txt

@@ -195,4 +195,4 @@ bug0143.pp   cannot concat string and array of char in $X+ mode
 bug0144.pp   problem with 'with object do'
 bug0145.pp   typed files with huges records (needs filerec.size:longint)
 bug0146.pp   no sizeof() for var arrays and the size is pushed incorrect
-
+bug0147.pp   function b; is not allowed in implementation