pascalabcnet/TestSuite/units/u_indirect_extensionmethods1.pas
Ivan Bondarev 5db41ff65f #2868
2023-11-04 13:17:54 +01:00

7 lines
176 B
ObjectPascal
Raw Permalink Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

unit u_indirect_extensionmethods1;
uses u_indirect_extensionmethods2;
begin
// Вызов extensionmethod'а из неявно подключённого u3
''.p1;
end.