PatternMessage(
    declarations=[],
    pattern=[
        "Hello, ",
        LiteralExpression(
            arg=Literal(value="quoted"), annotation=FunctionAnnotation(name="capitalize", options=[]), attributes=[]
        ),
        "!",
    ],
)
