new error tests

This commit is contained in:
Ivan Bondarev 2021-02-10 20:14:08 +01:00
parent 6ea39c1349
commit 7f2de56dda
2 changed files with 19 additions and 0 deletions

View file

@ -0,0 +1,11 @@
type TClass = partial class
constructor := exit;
end;
TClass = partial class
constructor := exit;
end;
begin
end.

View file

@ -0,0 +1,8 @@
type TClass = partial class
constructor := exit;
constructor := exit;
end;
begin
end.