pascalabcnet/TestSuite/errors/err0414.pas

8 lines
178 B
ObjectPascal
Raw Permalink Normal View History

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