================================================================================
basic/imported
================================================================================

foo = bar * 2
bar = 3

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

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