Suppress "assigned but unused variable" warnings

(cherry picked from commit 65dd50fc25)
This commit is contained in:
Yusuke Endoh 2020-03-02 22:37:04 +09:00 committed by NARUSE, Yui
parent 004c298738
commit aeda3a7f03

View file

@ -1047,6 +1047,7 @@ END
in {a: 1,}
false
in {a:,}
_a = a
true
end
end
@ -1061,6 +1062,7 @@ END
false
in {a:
}
_a = a
true
end
end