mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-08-27 20:11:02 +02:00
check also implementation
This commit is contained in:
parent
04248ee5b5
commit
f4de74d6be
13
tests/webtbf/tw1599b.pp
Normal file
13
tests/webtbf/tw1599b.pp
Normal file
@ -0,0 +1,13 @@
|
|||||||
|
{ %fail }
|
||||||
|
|
||||||
|
{$ifdef fpc}{$MODE objfpc}{$endif}
|
||||||
|
|
||||||
|
unit tw1599b;
|
||||||
|
interface
|
||||||
|
|
||||||
|
implementation
|
||||||
|
|
||||||
|
type
|
||||||
|
TMyClass = class;
|
||||||
|
|
||||||
|
end.
|
Loading…
Reference in New Issue
Block a user