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

+ 10 - 0
bugs/bug0166.pp

@@ -0,0 +1,10 @@
+type
+  punknown=^unknown;
+  
+  t=object
+    procedure p(i:unknown);
+  end;
+
+begin
+end.
+  

+ 1 - 0
bugs/readme.txt

@@ -220,3 +220,4 @@ bug0161.pp   internal error when trying to create a set with another set as
 bug0162.pp   continue in repeat ... until loop doesn't work correct
 bug0163.pp   missing <= and >= operators for sets.
 bug0165.pp   missing range check code for enumerated types.
+bug0166.pp   forward type used in declaration crashes instead of error