fpc/tests/test/usprot2.pp
Jonas Maebe e9f4b095e1 + explanation for the parameters of is_visible_for_object
* fixed accessibility checking for strict_protected (the class
    in which the access occurs also has to be related to the
    objectdef of which a symbol is accessed) + test

git-svn-id: trunk@22565 -
2012-10-06 16:28:27 +00:00

19 lines
140 B
ObjectPascal

{$ifdef fpc}
{$mode delphi}
{$endif}
unit usprot2;
interface
uses
usprot1;
type
tchild1 = class(tbase)
end;
implementation
end.