C#: The generic attribute type is a constructed class.

This commit is contained in:
Michael Nebel
2023-01-16 10:08:21 +01:00
parent 62e7c22783
commit b680795d15

View File

@@ -114,7 +114,7 @@ class Attribute extends TopLevelExprParent, @attribute {
* ```
*/
class GenericAttribute extends Attribute {
private ConstructedGeneric type;
private ConstructedClass type;
GenericAttribute() { type = this.getType() }