================================================================================
objects/implicitReceiver1
================================================================================

x = 0
foo {
  x = 1
  bar {
    x = 2
    y = x + 3
  }
}

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

(module
  (classProperty
    (identifier)
    (intLiteral))
  (classProperty
    (identifier)
    (objectBody
      (objectProperty
        (identifier)
        (intLiteral))
      (objectProperty
        (identifier)
        (objectBody
          (objectProperty
            (identifier)
            (intLiteral))
          (objectProperty
            (identifier)
            (binaryExpr
              (variableExpr
                (identifier))
              (intLiteral))))))))
