oden/fine/tests/expression/strings.fine

14 lines
305 B
Text

"Hello " + 'world!';
// @no-errors
// @type: 9 string
// @concrete:
// | File
// | ExpressionStatement
// | BinaryExpression
// | LiteralExpression
// | String:'"\"Hello \""'
// | Plus:'"+"'
// | LiteralExpression
// | String:'"'world!'"'
// | Semicolon:'";"'