pascalabcnet/TestSuite/errors/err0413.pas

7 lines
168 B
ObjectPascal
Raw Permalink Normal View History

2021-04-11 12:54:18 +03:00
type
t1<T> = abstract class(System.Collections.Generic.IEnumerator<T>)
public property IEnumerator<integer>.Current: integer read 2;
end;
begin end.