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