소스 검색

* nice wrong code that should give an error !!

pierre 25 년 전
부모
커밋
9bb015f2b4
1개의 변경된 파일20개의 추가작업 그리고 0개의 파일을 삭제
  1. 20 0
      tests/tf/tf000008.pp

+ 20 - 0
tests/tf/tf000008.pp

@@ -0,0 +1,20 @@
+
+
+type
+   obj = object
+     procedure method1;
+     procedure method2;
+     end;
+
+  procedure obj.method1;
+
+    procedure obj.method2;
+
+      begin
+      end;
+
+    begin
+    end;
+
+  begin
+  end.