8 lines
134 B
Text
8 lines
134 B
Text
// concrete:
|
|
// | File
|
|
// | ExpressionStatement
|
|
// | LiteralExpression
|
|
// | Number:'"42"'
|
|
// | Semicolon:'";"'
|
|
//
|
|
42;
|