Closed itchyny closed 3 years ago
Heredoc was implemented in #120. The current implementation appends string to rlist and body, but they should be arrays of s:Node. This p/r fixes this typing bugs.
rlist
body
s:Node
Thank you
Heredoc was implemented in #120. The current implementation appends string to
rlist
andbody
, but they should be arrays ofs:Node
. This p/r fixes this typing bugs.