KtFunctionSymbol:
  annotationsList: []
  callableIdIfNonLocal: test/MyClass.materialize
  hasStableParameterNames: true
  isBuiltinFunctionInvoke: false
  isExtension: false
  isExternal: false
  isInfix: false
  isInline: false
  isOperator: false
  isOverride: false
  isStatic: false
  isSuspend: false
  modality: FINAL
  name: materialize
  origin: PLUGIN
  receiverType: null
  returnType: test/MyClass
  symbolKind: CLASS_MEMBER
  typeParameters: []
  valueParameters: []
  visibility: Public
  getDispatchReceiver(): test/MyClass
  getContainingModule: KtSourceModule "Sources of main"
  deprecationStatus: null

KtFunctionSymbol:
  annotationsList: []
  callableIdIfNonLocal: kotlin/Any.equals
  hasStableParameterNames: true
  isBuiltinFunctionInvoke: false
  isExtension: false
  isExternal: false
  isInfix: false
  isInline: false
  isOperator: true
  isOverride: false
  isStatic: false
  isSuspend: false
  modality: OPEN
  name: equals
  origin: LIBRARY
  receiverType: null
  returnType: kotlin/Boolean
  symbolKind: CLASS_MEMBER
  typeParameters: []
  valueParameters: [
    KtValueParameterSymbol(other)
  ]
  visibility: Public
  getDispatchReceiver(): kotlin/Any
  getContainingModule: KtLibraryModule "Library kotlin-stdlib"
  deprecationStatus: null

KtFunctionSymbol:
  annotationsList: []
  callableIdIfNonLocal: kotlin/Any.hashCode
  hasStableParameterNames: true
  isBuiltinFunctionInvoke: false
  isExtension: false
  isExternal: false
  isInfix: false
  isInline: false
  isOperator: false
  isOverride: false
  isStatic: false
  isSuspend: false
  modality: OPEN
  name: hashCode
  origin: LIBRARY
  receiverType: null
  returnType: kotlin/Int
  symbolKind: CLASS_MEMBER
  typeParameters: []
  valueParameters: []
  visibility: Public
  getDispatchReceiver(): kotlin/Any
  getContainingModule: KtLibraryModule "Library kotlin-stdlib"
  deprecationStatus: null

KtFunctionSymbol:
  annotationsList: []
  callableIdIfNonLocal: kotlin/Any.toString
  hasStableParameterNames: true
  isBuiltinFunctionInvoke: false
  isExtension: false
  isExternal: false
  isInfix: false
  isInline: false
  isOperator: false
  isOverride: false
  isStatic: false
  isSuspend: false
  modality: OPEN
  name: toString
  origin: LIBRARY
  receiverType: null
  returnType: kotlin/String
  symbolKind: CLASS_MEMBER
  typeParameters: []
  valueParameters: []
  visibility: Public
  getDispatchReceiver(): kotlin/Any
  getContainingModule: KtLibraryModule "Library kotlin-stdlib"
  deprecationStatus: null

KtNamedClassOrObjectSymbol:
  annotationsList: []
  classIdIfNonLocal: test/MyClass.Nested
  classKind: CLASS
  companionObject: null
  isData: false
  isExternal: false
  isFun: false
  isInline: false
  isInner: false
  modality: FINAL
  name: Nested
  origin: PLUGIN
  superTypes: [
    kotlin/Any
  ]
  symbolKind: CLASS_MEMBER
  typeParameters: []
  visibility: Public
  getContainingModule: KtSourceModule "Sources of main"
  deprecationStatus: null

KtConstructorSymbol:
  annotationsList: []
  callableIdIfNonLocal: null
  containingClassIdIfNonLocal: test/MyClass
  hasStableParameterNames: true
  isExtension: false
  isPrimary: true
  origin: SOURCE_MEMBER_GENERATED
  receiverType: null
  returnType: test/MyClass
  symbolKind: CLASS_MEMBER
  typeParameters: []
  valueParameters: []
  visibility: Public
  getContainingModule: KtSourceModule "Sources of main"
  deprecationStatus: null