mirror of
https://github.com/github/codeql.git
synced 2026-04-29 18:55:14 +02:00
C#: Update test expected output.
This commit is contained in:
@@ -1,4 +1,4 @@
|
||||
| Partial.cs:7:18:7:42 | PartialMethodWithoutBody1 | false | 0 |
|
||||
| Partial.cs:19:18:19:39 | PartialMethodWithBody1 | true | 1 |
|
||||
| Partial.cs:20:27:20:48 | PartialMethodWithBody2 | true | 2 |
|
||||
| Partial.cs:20:27:20:48 | PartialMethodWithBody2 | true | 1 |
|
||||
| Partial.cs:46:18:46:42 | PartialMethodWithoutBody2 | false | 0 |
|
||||
|
||||
@@ -6,21 +6,16 @@ Partial.cs:
|
||||
# 8| -1: [TypeMention] Void
|
||||
# 8| 4: [BlockStmt] {...}
|
||||
# 19| 8: [Method] PartialMethodWithBody1
|
||||
# 5| -1: [TypeMention] Void
|
||||
# 19| -1: [TypeMention] Void
|
||||
# 19| 4: [BlockStmt] {...}
|
||||
# 20| 9: [Method] PartialMethodWithBody2
|
||||
# 6| -1: [TypeMention] object
|
||||
# 20| -1: [TypeMention] object
|
||||
#-----| 2: (Parameters)
|
||||
# 6| 0: [Parameter] obj
|
||||
# 6| -1: [TypeMention] object
|
||||
# 20| 0: [Parameter] obj
|
||||
# 20| -1: [TypeMention] object
|
||||
# 21| 4: [BlockStmt] {...}
|
||||
# 22| 0: [ReturnStmt] return ...;
|
||||
# 22| 0: [ParameterAccess] access to parameter obj
|
||||
# 21| 4: [BlockStmt] {...}
|
||||
# 22| 0: [ReturnStmt] return ...;
|
||||
# 22| 0: [ParameterAccess] access to parameter obj
|
||||
# 24| 10: [Method] Method3
|
||||
# 24| -1: [TypeMention] Void
|
||||
# 24| 4: [BlockStmt] {...}
|
||||
|
||||
Reference in New Issue
Block a user