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

8 lines
227 B
ObjectPascal
Raw Permalink Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

type
t1 = abstract class(System.Collections.IEnumerator)
// Падает только если НЕ указать System.Collections
public property IEnumerator.Current: object read nil;
end;
begin end.