pascalabcnet/TestSuite/errors/err0331.pas
Mikhalkovich Stanislav 180a53a3ad fix #2005
correct Assert comment
2019-07-05 18:44:40 +03:00

4 lines
95 B
ObjectPascal

type Foo = (One, Two, Three, Four);
begin
print(Foo.One.Two.Three.Four.Four.Two.One);
end.