pascalabcnet/TestSuite/errors/err0260.pas

12 lines
160 B
ObjectPascal
Raw Permalink Normal View History

2018-08-27 22:09:54 +03:00
type
TMyAttribute<T> = class(System.Attribute)
end;
ByteAttribute = TMyAttribute<byte>;
[ByteAttribute()]
TClass = class
end;
begin
end.