Skip to content

Commit

Permalink
C#: Update test expected output.
Browse files Browse the repository at this point in the history
  • Loading branch information
michaelnebel committed Feb 28, 2025
1 parent b7217c8 commit 3c5e02f
Showing 1 changed file with 14 additions and 14 deletions.
Original file line number Diff line number Diff line change
@@ -9,28 +9,28 @@
| BrokenTypes.cs:18:16:18:27 | String y1 = ... | string |
| BrokenTypes.cs:18:21:18:22 | access to local variable x1 | C |
| BrokenTypes.cs:18:21:18:27 | access to property Prop | string |
| BrokenTypes.cs:20:13:20:14 | access to local variable x2 | var |
| BrokenTypes.cs:20:13:20:24 | var x2 = ... | var |
| BrokenTypes.cs:20:18:20:24 | (...) ... | var |
| BrokenTypes.cs:20:13:20:14 | access to local variable x2 | <unknown type> |
| BrokenTypes.cs:20:13:20:24 | <unknown type> x2 = ... | <unknown type> |
| BrokenTypes.cs:20:18:20:24 | (...) ... | <unknown type> |
| BrokenTypes.cs:20:18:20:24 | object creation of type C | C |
| BrokenTypes.cs:21:13:21:14 | access to local variable y2 | var |
| BrokenTypes.cs:21:13:21:24 | var y2 = ... | var |
| BrokenTypes.cs:21:18:21:19 | access to local variable x2 | var |
| BrokenTypes.cs:21:18:21:24 | (...) ... | var |
| BrokenTypes.cs:21:18:21:24 | access to property (unknown) | |
| BrokenTypes.cs:21:13:21:14 | access to local variable y2 | <unknown type> |
| BrokenTypes.cs:21:13:21:24 | <unknown type> y2 = ... | <unknown type> |
| BrokenTypes.cs:21:18:21:19 | access to local variable x2 | <unknown type> |
| BrokenTypes.cs:21:18:21:24 | (...) ... | <unknown type> |
| BrokenTypes.cs:21:18:21:24 | access to property (unknown) | <unknown type> |
| BrokenTypes.cs:23:12:23:13 | access to local variable x3 | <unknown type> |
| BrokenTypes.cs:23:12:23:24 | <unknown type> x3 = ... | <unknown type> |
| BrokenTypes.cs:23:17:23:24 | object creation of type <unknown type> | <unknown type> |
| BrokenTypes.cs:24:13:24:14 | access to local variable y3 | var |
| BrokenTypes.cs:24:13:24:24 | var y3 = ... | var |
| BrokenTypes.cs:24:13:24:14 | access to local variable y3 | <unknown type> |
| BrokenTypes.cs:24:13:24:24 | <unknown type> y3 = ... | <unknown type> |
| BrokenTypes.cs:24:18:24:19 | access to local variable x3 | <unknown type> |
| BrokenTypes.cs:24:18:24:24 | (...) ... | var |
| BrokenTypes.cs:24:18:24:24 | access to property (unknown) | |
| BrokenTypes.cs:24:18:24:24 | (...) ... | <unknown type> |
| BrokenTypes.cs:24:18:24:24 | access to property (unknown) | <unknown type> |
| BrokenTypes.cs:26:16:26:16 | access to local variable s | string |
| BrokenTypes.cs:26:16:26:36 | String s = ... | string |
| BrokenTypes.cs:26:20:26:21 | access to local variable x1 | C |
| BrokenTypes.cs:26:20:26:26 | access to property Prop | string |
| BrokenTypes.cs:26:20:26:36 | (...) ... | string |
| BrokenTypes.cs:26:20:26:36 | ... + ... | |
| BrokenTypes.cs:26:20:26:36 | ... + ... | <unknown type> |
| BrokenTypes.cs:26:30:26:31 | access to local variable x3 | <unknown type> |
| BrokenTypes.cs:26:30:26:36 | access to property (unknown) | |
| BrokenTypes.cs:26:30:26:36 | access to property (unknown) | <unknown type> |

0 comments on commit 3c5e02f

Please sign in to comment.