Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent fd27bde commit a9986caCopy full SHA for a9986ca
2 files changed
csharp/ql/test/library-tests/csharp9/FunctionPointer.cs
@@ -1,6 +1,6 @@
1
using System;
2
3
-#nullable enable
+
4
5
public class FnPointer
6
{
csharp/ql/test/library-tests/csharp9/PrintAst.expected
@@ -223,7 +223,6 @@ FunctionPointer.cs:
223
# 50| 14: [Class] B
224
#-----| 3: (Base types)
225
# 50| 0: [TypeMention] A
226
-# 50| 0: [TypeMention] A
227
InitOnlyProperty.cs:
228
# 3| [NamespaceDeclaration] namespace ... { ... }
229
# 5| 1: [Class] IsExternalInit
@@ -257,8 +256,6 @@ InitOnlyProperty.cs:
257
256
# 18| [Class] Derived
258
259
# 18| 0: [TypeMention] Base
260
-# 18| 0: [TypeMention] Base
261
262
# 20| 5: [Property] Prop1
263
# 20| -1: [TypeMention] int
264
# 20| 3: [Getter] get_Prop1
0 commit comments