pascalabcnet/TestSuite/errors/err0331.pas

4 lines
95 B
ObjectPascal
Raw Permalink Normal View History

2019-07-05 18:44:40 +03:00
type Foo = (One, Two, Three, Four);
begin
print(Foo.One.Two.Three.Four.Four.Two.One);
end.