Skip to content

Commit b680795

Browse files
committed
C#: The generic attribute type is a constructed class.
1 parent 62e7c22 commit b680795

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

csharp/ql/lib/semmle/code/csharp/Attribute.qll

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -114,7 +114,7 @@ class Attribute extends TopLevelExprParent, @attribute {
114114
* ```
115115
*/
116116
class GenericAttribute extends Attribute {
117-
private ConstructedGeneric type;
117+
private ConstructedClass type;
118118

119119
GenericAttribute() { type = this.getType() }
120120

0 commit comments

Comments
 (0)