================================================================================
errors/functionNotFoundMaybeLambda
================================================================================

listing = (it) -> it
call = listing(10)

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

(module
  (classProperty
    (identifier)
    (functionLiteral
      (parameterList
        (typedIdentifier
          (identifier)))
      (variableExpr
        (identifier))))
  (classProperty
    (identifier)
    (methodCallExpr
      (identifier)
      (argumentList
        (intLiteral)))))
