Ruby: non-local variables in variable reference pattern

This commit is contained in:
Arthur Baars
2022-01-25 22:01:43 +01:00
parent 966b8be5f9
commit b9258e78ca
6 changed files with 30 additions and 1 deletions

View File

@@ -236,6 +236,7 @@
| control/cases.rb:142:11:142:11 | :y | :y |
| control/cases.rb:144:11:144:11 | :a | :a |
| control/cases.rb:144:14:144:14 | 1 | 1 |
| control/cases.rb:148:7:148:9 | foo | 42 |
| control/conditionals.rb:2:5:2:5 | 0 | 0 |
| control/conditionals.rb:3:5:3:5 | 0 | 0 |
| control/conditionals.rb:4:5:4:5 | 0 | 0 |