Program (script) @1:1
└─ ClassDeclaration @1:1
   └─ ClassExpression "Foo" @1:1
      ├─ super class
      │  └─ TaggedTemplateLiteral @1:19
      │     ├─ tag
      │     │  └─ Identifier "Bar" [global] @1:19
      │     └─ template
      │        └─ TemplateLiteral @1:22
      │           └─ StringLiteral "hello" @1:28
      └─ constructor
         └─ FunctionExpression "Foo" [strict] [uses-this] [uses-this-from-environment] @1:1
            ├─ parameters
            │  └─ rest
            │     └─ Identifier "args" @1:1
            └─ body
               └─ BlockStatement @1:1
                  └─ ReturnStatement @1:1
                     └─ SuperCall @1:1
                        └─ Identifier "args" @1:1
