Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit a9986ca

Browse files
committed
Fix expected printed AST
1 parent fd27bde commit a9986ca

2 files changed

Lines changed: 1 addition & 4 deletions

File tree

csharp/ql/test/library-tests/csharp9/FunctionPointer.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
using System;
22

3-
#nullable enable
3+
44

55
public class FnPointer
66
{

csharp/ql/test/library-tests/csharp9/PrintAst.expected

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -223,7 +223,6 @@ FunctionPointer.cs:
223223
# 50| 14: [Class] B
224224
#-----| 3: (Base types)
225225
# 50| 0: [TypeMention] A
226-
# 50| 0: [TypeMention] A
227226
InitOnlyProperty.cs:
228227
# 3| [NamespaceDeclaration] namespace ... { ... }
229228
# 5| 1: [Class] IsExternalInit
@@ -257,8 +256,6 @@ InitOnlyProperty.cs:
257256
# 18| [Class] Derived
258257
#-----| 3: (Base types)
259258
# 18| 0: [TypeMention] Base
260-
# 18| 0: [TypeMention] Base
261-
# 18| 0: [TypeMention] Base
262259
# 20| 5: [Property] Prop1
263260
# 20| -1: [TypeMention] int
264261
# 20| 3: [Getter] get_Prop1

0 commit comments

Comments
 (0)