mirror of
https://github.com/github/codeql.git
synced 2026-04-17 21:14:02 +02:00
C#: The generic attribute type is a constructed class.
This commit is contained in:
@@ -114,7 +114,7 @@ class Attribute extends TopLevelExprParent, @attribute {
|
||||
* ```
|
||||
*/
|
||||
class GenericAttribute extends Attribute {
|
||||
private ConstructedGeneric type;
|
||||
private ConstructedClass type;
|
||||
|
||||
GenericAttribute() { type = this.getType() }
|
||||
|
||||
|
||||
Reference in New Issue
Block a user