mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-04-09 19:08:15 +02:00
* added missing unit
This commit is contained in:
parent
fad88e2c7c
commit
7b3a982819
@ -4,7 +4,7 @@
|
||||
|
||||
program something;
|
||||
{$mode Delphi}
|
||||
Uses altunit;
|
||||
Uses uw2956;
|
||||
|
||||
type
|
||||
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