Remove a misplaced and duplicate file [ci skip]

This commit is contained in:
Nobuyoshi Nakada 2023-08-15 11:07:53 +09:00
parent 52837fcec2
commit b1f6c4b568
No known key found for this signature in database
GPG Key ID: 3582D74E1FEE4465

View File

@ -1,28 +0,0 @@
ProgramNode(0...30)(
[],
StatementsNode(0...30)(
[ArrayNode(0...30)(
[StringNode(4...5)(nil, (4...5), nil, "1"),
InterpolatedStringNode(0...12)(
nil,
[EmbeddedStatementsNode(6...12)(
(6...8),
StatementsNode(8...19)(
[InterpolatedStringNode(8...19)(
(8...11),
[StringNode(15...17)(nil, (15...17), nil, "2\n")],
(17...19)
)]
),
(11...12)
)],
nil
),
StringNode(13...14)(nil, (13...14), nil, "3"),
StringNode(25...26)(nil, (25...26), nil, "4"),
StringNode(27...28)(nil, (27...28), nil, "5")],
(0...3),
(29...30)
)]
)
)