pascalabcnet/TestSuite/intellisense_tests/function5.pas
Бондарев Иван e5f94792b8 fix #1709
2019-02-17 20:52:03 +01:00

9 lines
164 B
ObjectPascal

type
T = static class
public static function A(s: string) := 0;
public static procedure A := exit;
end;
begin
T.A{@static procedure T.A();@};
end.