@ ProgramNode (location: (0...5))
├── locals: []
└── statements:
    @ StatementsNode (location: (0...5))
    └── body: (length: 1)
        └── @ InterpolatedStringNode (location: (0...5))
            ├── opening_loc: (0...5) = "<<EOS"
            ├── parts: (length: 3)
            │   ├── @ StringNode (location: (7...12))
            │   │   ├── opening_loc: ∅
            │   │   ├── content_loc: (7...12) = "foo\\r"
            │   │   ├── closing_loc: ∅
            │   │   └── unescaped: "foo\r"
            │   ├── @ EmbeddedVariableNode (location: (12...17))
            │   │   ├── operator_loc: (12...13) = "#"
            │   │   └── variable:
            │   │       @ InstanceVariableReadNode (location: (13...17))
            │   │       └── name: :@bar
            │   └── @ StringNode (location: (17...19))
            │       ├── opening_loc: ∅
            │       ├── content_loc: (17...19) = "\r\n"
            │       ├── closing_loc: ∅
            │       └── unescaped: "\r\n"
            └── closing_loc: (19...24) = "EOS\r\n"
