pascalabcnet/TestSuite/errors/err0413.pas
Ivan Bondarev 1b611fd47f #2469
2021-04-11 11:54:18 +02:00

7 lines
168 B
ObjectPascal

type
t1<T> = abstract class(System.Collections.Generic.IEnumerator<T>)
public property IEnumerator<integer>.Current: integer read 2;
end;
begin end.