================================================================================
errors/letExpressionError1
================================================================================

res1 =
  let (x = 1)
    let (y = 2)
      throw("ouch")

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

(module
  (classProperty
    (identifier)
    (letExpr
      (typedIdentifier
        (identifier))
      (intLiteral)
      (letExpr
        (typedIdentifier
          (identifier))
        (intLiteral)
        (throwExpr
          (parenthesizedExpr
            (slStringLiteral)))))))
