6 lines
189 B
ObjectPascal
6 lines
189 B
ObjectPascal
//!Повторное объявление
|
|
function Prm<T>(Self: array of T): integer; extensionmethod := 1;
|
|
function Prm<T>(Self: array of T): integer; extensionmethod := 1;
|
|
|
|
begin
|
|
end. |