---
source: parser/src/parser.rs
expression: parse_ast
---
[
Expr(
StmtExpr {
range: 0..14,
value: JoinedStr(
ExprJoinedStr {
range: 0..14,
values: [
Constant(
ExprConstant {
range: 0..14,
value: Str(
"Hello world",
),
kind: None,
},
),
],
},
),
},
),
]