10 lines
152 B
Text
10 lines
152 B
Text
// @concrete:
|
|
// | File
|
|
// | ExpressionStatement
|
|
// | LiteralExpression
|
|
// | Number:'"42"'
|
|
// | Semicolon:'";"'
|
|
|
|
42;
|
|
|
|
// @type: 129 f64
|