mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-08-27 21:10:28 +02:00
* added missing unit
This commit is contained in:
parent
fad88e2c7c
commit
7b3a982819
@ -4,7 +4,7 @@
|
|||||||
|
|
||||||
program something;
|
program something;
|
||||||
{$mode Delphi}
|
{$mode Delphi}
|
||||||
Uses altunit;
|
Uses uw2956;
|
||||||
|
|
||||||
type
|
type
|
||||||
localclassfields = class(aclasswithfields)
|
localclassfields = class(aclasswithfields)
|
||||||
|
12
tests/webtbs/uw2956.pp
Normal file
12
tests/webtbs/uw2956.pp
Normal file
@ -0,0 +1,12 @@
|
|||||||
|
unit uw2956;
|
||||||
|
{$mode Delphi}
|
||||||
|
|
||||||
|
interface
|
||||||
|
|
||||||
|
type
|
||||||
|
aclasswithfields = class
|
||||||
|
protected
|
||||||
|
field1:integer;
|
||||||
|
end;
|
||||||
|
implementation
|
||||||
|
end.
|
Loading…
Reference in New Issue
Block a user