1
0
Fork 0
mirror of https://github.com/ruby/ruby.git synced 2022-11-09 12:17:21 -05:00

Suppress an "assigned but unused variable" warning

This commit is contained in:
Yusuke Endoh 2020-03-03 20:54:31 +09:00
parent a8c5b9a2fd
commit 501f2c44e6

View file

@ -1061,6 +1061,7 @@ END
2}
false
in a: {b:}, c:
_b = b
p c
in {a:
}