Commit ec7e85c
committed
Add test for C#→VB relational pattern conversion (issue #803)
Tests that C# 9 switch statement relational patterns (case < 0:) convert
correctly to VB Case Is < 0 clauses, addressing the missing test noted
in code review.
https://claude.ai/code/session_01AkwUvu3XuCdj3D4axoX4UX1 parent dc08ad9 commit ec7e85c
1 file changed
+28
-0
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1282 | 1282 | | |
1283 | 1283 | | |
1284 | 1284 | | |
| 1285 | + | |
| 1286 | + | |
| 1287 | + | |
| 1288 | + | |
| 1289 | + | |
| 1290 | + | |
| 1291 | + | |
| 1292 | + | |
| 1293 | + | |
| 1294 | + | |
| 1295 | + | |
| 1296 | + | |
| 1297 | + | |
| 1298 | + | |
| 1299 | + | |
| 1300 | + | |
| 1301 | + | |
| 1302 | + | |
| 1303 | + | |
| 1304 | + | |
| 1305 | + | |
| 1306 | + | |
| 1307 | + | |
| 1308 | + | |
| 1309 | + | |
| 1310 | + | |
| 1311 | + | |
| 1312 | + | |
1285 | 1313 | | |
1286 | 1314 | | |
1287 | 1315 | | |
| |||
0 commit comments