KtFunctionSymbol:
  callableIdIfNonLocal: test/TopLevel.Base.noGeneric
  name: noGeneric
  origin: SOURCE
  getDispatchReceiver(): test/TopLevel.Base<T, Outer>

KtFunctionSymbol:
  callableIdIfNonLocal: test/TopLevel.Base.withOuter
  name: withOuter
  origin: SOURCE
  getDispatchReceiver(): test/TopLevel.Base<T, Outer>

KtFunctionSymbol:
  callableIdIfNonLocal: test/TopLevel.Child.withOwnAndOuter
  name: withOwnAndOuter
  origin: SOURCE
  getDispatchReceiver(): test/TopLevel.Child<Outer>

KtFunctionSymbol:
  callableIdIfNonLocal: kotlin/Any.equals
  name: equals
  origin: LIBRARY
  getDispatchReceiver(): kotlin/Any

KtFunctionSymbol:
  callableIdIfNonLocal: kotlin/Any.hashCode
  name: hashCode
  origin: LIBRARY
  getDispatchReceiver(): kotlin/Any

KtFunctionSymbol:
  callableIdIfNonLocal: kotlin/Any.toString
  name: toString
  origin: LIBRARY
  getDispatchReceiver(): kotlin/Any

KtConstructorSymbol:
  callableIdIfNonLocal: null
  origin: SOURCE_MEMBER_GENERATED
  getDispatchReceiver(): test/TopLevel<Outer>
