pascalabcnet/TestSuite/errors/err0541.pas
2024-07-08 12:27:44 +03:00

10 lines
253 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.

//!Только одномерный динамический массив может описываться с ключевым словом params
type TClass = class
end;
procedure pr1(params par1: array[,] of TClass);
begin end;
begin
end.