pascalabcnet/TestSuite/errors/err0411.pas

8 lines
227 B
ObjectPascal
Raw Permalink Normal View History

2021-04-11 12:54:18 +03:00
type
t1 = abstract class(System.Collections.IEnumerator)
// Падает только если НЕ указать System.Collections
public property IEnumerator.Current: object read nil;
end;
begin end.