Commit ab1b5c3
committed
Fix SelectCaseWithEnumRangeAsync test: add missing CS0825 compilation error
The test uses a 'var @case when' pattern which all other similar tests
correctly expect to produce a CS0825 compilation error in the target.
Without this, the test output won't match and CI will fail.
https://claude.ai/code/session_01AkwUvu3XuCdj3D4axoX4UX1 parent ee2c8e8 commit ab1b5c3
1 file changed
+3
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1150 | 1150 | | |
1151 | 1151 | | |
1152 | 1152 | | |
1153 | | - | |
| 1153 | + | |
| 1154 | + | |
| 1155 | + | |
1154 | 1156 | | |
1155 | 1157 | | |
1156 | 1158 | | |
| |||
0 commit comments