pascalabcnet/TestSuite/usesunits/use_alwaysrestore.pas

5 lines
195 B
ObjectPascal
Raw Permalink Normal View History

2024-01-04 21:42:14 +03:00
uses u_alwaysrestore;
begin
assert(System.Type.GetType('u_alwaysrestore.MyClass') <> nil);
assert(System.Type.GetType('u_alwaysrestore.u_alwaysrestore').GetMethod('myfunc') <> nil);
end.