================================================================================
basic/exceptions
================================================================================

foo {
  bar = throw("Something went wrong")
}

--------------------------------------------------------------------------------

(module
  (classProperty
    (identifier)
    (objectBody
      (objectProperty
        (identifier)
        (throwExpr
          (parenthesizedExpr
            (slStringLiteral)))))))
