We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 18d267d commit 2c8fa06Copy full SHA for 2c8fa06
csharp/ql/test/query-tests/Language Abuse/MissedReadonlyOpportunity/MissedReadonlyOpportunity.expected
@@ -1,8 +1,4 @@
1
-#select
2
| MissedReadonlyOpportunity.cs:3:16:3:19 | Bad1 | Field 'Bad1' can be 'readonly'. |
3
| MissedReadonlyOpportunity.cs:4:14:4:17 | Bad2 | Field 'Bad2' can be 'readonly'. |
4
-| MissedReadonlyOpportunity.cs:45:19:45:24 | Parent | Field 'Parent' can be 'readonly'. |
5
| MissedReadonlyOpportunity.cs:46:19:46:22 | Left | Field 'Left' can be 'readonly'. |
6
| MissedReadonlyOpportunityBad.cs:3:9:3:13 | Field | Field 'Field' can be 'readonly'. |
7
-testFailures
8
-| MissedReadonlyOpportunity.cs:45:19:45:24 | Field 'Parent' can be 'readonly'. | Unexpected result: Alert |
0 commit comments