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