We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 076dd07 commit cc0d99aCopy full SHA for cc0d99a
csharp/ql/test/library-tests/attributes/attributes.cs
@@ -108,6 +108,7 @@ public class MyAttributeUsage
108
[return: My3Attribute(6)]
109
public static int operator +(MyAttributeUsage a, MyAttributeUsage b) => 0;
110
111
+ [My3Attribute(15)]
112
public int this[int x]
113
{
114
[My3Attribute(7)]
@@ -120,6 +121,7 @@ public int this[int x]
120
121
}
122
123
private int p;
124
+ [My3Attribute(16)]
125
public int Prop1
126
127
[method: My3Attribute(11)]
0 commit comments