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

Skip to content

Commit 613bf6d

Browse files
committed
Fix failing test
1 parent 1d9b3ec commit 613bf6d

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -121,7 +121,7 @@ FunctionPointer.cs:
121121
# 16| -1: [TypeMention] Void
122122
#-----| 2: (Parameters)
123123
# 16| 0: [Parameter] f
124-
# 16| -1: [TypeMention] delegate* default<Int32 ref,Object out,Int32>
124+
# 16| -1: [TypeMention] delegate* default<Int32 ref,Object out,Int32 ref readonly>
125125
# 17| 4: [BlockStmt] {...}
126126
# 18| 0: [LocalVariableDeclStmt] ... ...;
127127
# 18| 0: [LocalVariableDeclAndInitExpr] Int32 i = ...

0 commit comments

Comments
 (0)