new error tests
This commit is contained in:
parent
6ea39c1349
commit
7f2de56dda
11
TestSuite/errors/err0404.pas
Normal file
11
TestSuite/errors/err0404.pas
Normal file
|
|
@ -0,0 +1,11 @@
|
|||
type TClass = partial class
|
||||
constructor := exit;
|
||||
|
||||
end;
|
||||
TClass = partial class
|
||||
constructor := exit;
|
||||
end;
|
||||
|
||||
begin
|
||||
|
||||
end.
|
||||
8
TestSuite/errors/err0405.pas
Normal file
8
TestSuite/errors/err0405.pas
Normal file
|
|
@ -0,0 +1,8 @@
|
|||
type TClass = partial class
|
||||
constructor := exit;
|
||||
constructor := exit;
|
||||
end;
|
||||
|
||||
begin
|
||||
|
||||
end.
|
||||
Loading…
Reference in a new issue