KtFile: 'lambda.kt'
  null

KtPackageDirective(0,0): ''
  null

KtImportList(0,0): ''
  null

KtClass(0,166): '// ISSUE: KT-75315'
  null

KtDeclarationModifierList(92,96): 'open'
  null

KtClassBody(109,166): '{'
  null

KtProperty(115,141): 'val superProp: String = ""'
  null

KtTypeReference(130,136): 'String'
  null

KtUserType(130,136): 'String'
  null

KtNameReferenceExpression(130,136): 'String'
  null

KtStringTemplateExpression(139,141): '""'
  null

KtNamedFunction(146,164): 'fun superFunc() {}'
  null

KtParameterList(159,161): '()'
  null

KtBlockExpression(162,164): '{}'
  null

KtClass(168,773): 'open class MyClass {'
  null

KtDeclarationModifierList(168,172): 'open'
  null

KtClassBody(187,773): '{'
  null

KtObjectDeclaration(193,264): 'object InheritorObject: MyClass() {'
  null

KtSuperTypeList(217,226): 'MyClass()'
  null

KtSuperTypeCallEntry(217,226): 'MyClass()'
  KaCallResolutionSuccess:
    call = KaDelegatedConstructorCall:
      contextArgumentMapping = {}
      contextArguments = []
      dispatchReceiver = null
      extensionReceiver = null
      kind = SUPER_CALL
      signature = KaFunctionSignature:
        receiverType = null
        returnType = MyClass
        symbol = <constructor>(): MyClass
        valueParameters = []
        contextParameters = []
        callableId = null
      typeArgumentsMapping = {}
      valueArgumentMapping = {}

KtConstructorCalleeExpression(217,224): 'MyClass'
  KaCallResolutionSuccess:
    call = KaDelegatedConstructorCall:
      contextArgumentMapping = {}
      contextArguments = []
      dispatchReceiver = null
      extensionReceiver = null
      kind = SUPER_CALL
      signature = KaFunctionSignature:
        receiverType = null
        returnType = MyClass
        symbol = <constructor>(): MyClass
        valueParameters = []
        contextParameters = []
        callableId = null
      typeArgumentsMapping = {}
      valueArgumentMapping = {}

KtTypeReference(217,224): 'MyClass'
  null

KtUserType(217,224): 'MyClass'
  null

KtNameReferenceExpression(217,224): 'MyClass'
  KaCallResolutionSuccess:
    call = KaDelegatedConstructorCall:
      contextArgumentMapping = {}
      contextArguments = []
      dispatchReceiver = null
      extensionReceiver = null
      kind = SUPER_CALL
      signature = KaFunctionSignature:
        receiverType = null
        returnType = MyClass
        symbol = <constructor>(): MyClass
        valueParameters = []
        contextParameters = []
        callableId = null
      typeArgumentsMapping = {}
      valueArgumentMapping = {}

KtValueArgumentList(224,226): '()'
  null

KtClassBody(227,264): '{'
  null

KtProperty(237,258): 'val prop: String = ""'
  null

KtTypeReference(247,253): 'String'
  null

KtUserType(247,253): 'String'
  null

KtNameReferenceExpression(247,253): 'String'
  null

KtStringTemplateExpression(256,258): '""'
  null

KtClass(270,339): 'class InheritorClass: MyClass() {'
  null

KtSuperTypeList(292,301): 'MyClass()'
  null

KtSuperTypeCallEntry(292,301): 'MyClass()'
  KaCallResolutionSuccess:
    call = KaDelegatedConstructorCall:
      contextArgumentMapping = {}
      contextArguments = []
      dispatchReceiver = null
      extensionReceiver = null
      kind = SUPER_CALL
      signature = KaFunctionSignature:
        receiverType = null
        returnType = MyClass
        symbol = <constructor>(): MyClass
        valueParameters = []
        contextParameters = []
        callableId = null
      typeArgumentsMapping = {}
      valueArgumentMapping = {}

KtConstructorCalleeExpression(292,299): 'MyClass'
  KaCallResolutionSuccess:
    call = KaDelegatedConstructorCall:
      contextArgumentMapping = {}
      contextArguments = []
      dispatchReceiver = null
      extensionReceiver = null
      kind = SUPER_CALL
      signature = KaFunctionSignature:
        receiverType = null
        returnType = MyClass
        symbol = <constructor>(): MyClass
        valueParameters = []
        contextParameters = []
        callableId = null
      typeArgumentsMapping = {}
      valueArgumentMapping = {}

KtTypeReference(292,299): 'MyClass'
  null

KtUserType(292,299): 'MyClass'
  null

KtNameReferenceExpression(292,299): 'MyClass'
  KaCallResolutionSuccess:
    call = KaDelegatedConstructorCall:
      contextArgumentMapping = {}
      contextArguments = []
      dispatchReceiver = null
      extensionReceiver = null
      kind = SUPER_CALL
      signature = KaFunctionSignature:
        receiverType = null
        returnType = MyClass
        symbol = <constructor>(): MyClass
        valueParameters = []
        contextParameters = []
        callableId = null
      typeArgumentsMapping = {}
      valueArgumentMapping = {}

KtValueArgumentList(299,301): '()'
  null

KtClassBody(302,339): '{'
  null

KtProperty(312,333): 'val prop: String = ""'
  null

KtTypeReference(322,328): 'String'
  null

KtUserType(322,328): 'String'
  null

KtNameReferenceExpression(322,328): 'String'
  null

KtStringTemplateExpression(331,333): '""'
  null

KtObjectDeclaration(345,364): 'object NestedObject'
  null

KtObjectDeclaration(370,771): 'companion object: Super() {'
  null

KtDeclarationModifierList(370,379): 'companion'
  null

KtSuperTypeList(388,395): 'Super()'
  null

KtSuperTypeCallEntry(388,395): 'Super()'
  KaCallResolutionSuccess:
    call = KaDelegatedConstructorCall:
      contextArgumentMapping = {}
      contextArguments = []
      dispatchReceiver = null
      extensionReceiver = null
      kind = SUPER_CALL
      signature = KaFunctionSignature:
        receiverType = null
        returnType = Super
        symbol = <constructor>(): Super
        valueParameters = []
        contextParameters = []
        callableId = null
      typeArgumentsMapping = {}
      valueArgumentMapping = {}

KtConstructorCalleeExpression(388,393): 'Super'
  KaCallResolutionSuccess:
    call = KaDelegatedConstructorCall:
      contextArgumentMapping = {}
      contextArguments = []
      dispatchReceiver = null
      extensionReceiver = null
      kind = SUPER_CALL
      signature = KaFunctionSignature:
        receiverType = null
        returnType = Super
        symbol = <constructor>(): Super
        valueParameters = []
        contextParameters = []
        callableId = null
      typeArgumentsMapping = {}
      valueArgumentMapping = {}

KtTypeReference(388,393): 'Super'
  null

KtUserType(388,393): 'Super'
  null

KtNameReferenceExpression(388,393): 'Super'
  KaCallResolutionSuccess:
    call = KaDelegatedConstructorCall:
      contextArgumentMapping = {}
      contextArguments = []
      dispatchReceiver = null
      extensionReceiver = null
      kind = SUPER_CALL
      signature = KaFunctionSignature:
        receiverType = null
        returnType = Super
        symbol = <constructor>(): Super
        valueParameters = []
        contextParameters = []
        callableId = null
      typeArgumentsMapping = {}
      valueArgumentMapping = {}

KtValueArgumentList(393,395): '()'
  null

KtClassBody(396,771): '{'
  null

KtProperty(406,439): 'val propMyClass: MyClass = TODO()'
  null

KtTypeReference(423,430): 'MyClass'
  null

KtUserType(423,430): 'MyClass'
  null

KtNameReferenceExpression(423,430): 'MyClass'
  null

KtCallExpression(433,439): 'TODO()'
  KaCallResolutionSuccess:
    call = KaSimpleFunctionCall:
      contextArgumentMapping = {}
      contextArguments = []
      dispatchReceiver = null
      extensionReceiver = null
      signature = KaFunctionSignature:
        receiverType = null
        returnType = kotlin.Nothing
        symbol = kotlin/TODO(): kotlin.Nothing
        valueParameters = []
        contextParameters = []
        callableId = kotlin/TODO
      typeArgumentsMapping = {}
      valueArgumentMapping = {}

KtNameReferenceExpression(433,437): 'TODO'
  KaCallResolutionSuccess:
    call = KaSimpleFunctionCall:
      contextArgumentMapping = {}
      contextArguments = []
      dispatchReceiver = null
      extensionReceiver = null
      signature = KaFunctionSignature:
        receiverType = null
        returnType = kotlin.Nothing
        symbol = kotlin/TODO(): kotlin.Nothing
        valueParameters = []
        contextParameters = []
        callableId = kotlin/TODO
      typeArgumentsMapping = {}
      valueArgumentMapping = {}

KtValueArgumentList(437,439): '()'
  null

KtProperty(448,505): 'val propInheritorClass: InheritorClass = InheritorClass()'
  null

KtTypeReference(472,486): 'InheritorClass'
  null

KtUserType(472,486): 'InheritorClass'
  null

KtNameReferenceExpression(472,486): 'InheritorClass'
  null

KtCallExpression(489,505): 'InheritorClass()'
  KaCallResolutionSuccess:
    call = KaSimpleFunctionCall:
      contextArgumentMapping = {}
      contextArguments = []
      dispatchReceiver = null
      extensionReceiver = null
      signature = KaFunctionSignature:
        receiverType = null
        returnType = MyClass.InheritorClass
        symbol = <constructor>(): MyClass.InheritorClass
        valueParameters = []
        contextParameters = []
        callableId = null
      typeArgumentsMapping = {}
      valueArgumentMapping = {}

KtNameReferenceExpression(489,503): 'InheritorClass'
  KaCallResolutionSuccess:
    call = KaSimpleFunctionCall:
      contextArgumentMapping = {}
      contextArguments = []
      dispatchReceiver = null
      extensionReceiver = null
      signature = KaFunctionSignature:
        receiverType = null
        returnType = MyClass.InheritorClass
        symbol = <constructor>(): MyClass.InheritorClass
        valueParameters = []
        contextParameters = []
        callableId = null
      typeArgumentsMapping = {}
      valueArgumentMapping = {}

KtValueArgumentList(503,505): '()'
  null

KtProperty(514,572): 'val propInheritorObject: InheritorObject = InheritorObject'
  null

KtTypeReference(539,554): 'InheritorObject'
  null

KtUserType(539,554): 'InheritorObject'
  null

KtNameReferenceExpression(539,554): 'InheritorObject'
  null

KtNameReferenceExpression(557,572): 'InheritorObject'
  null

KtProperty(581,602): 'val prop: String = ""'
  null

KtTypeReference(591,597): 'String'
  null

KtUserType(591,597): 'String'
  null

KtNameReferenceExpression(591,597): 'String'
  null

KtStringTemplateExpression(600,602): '""'
  null

KtProperty(611,643): 'const val constProp: String = ""'
  null

KtDeclarationModifierList(611,616): 'const'
  null

KtTypeReference(632,638): 'String'
  null

KtUserType(632,638): 'String'
  null

KtNameReferenceExpression(632,638): 'String'
  null

KtStringTemplateExpression(641,643): '""'
  null

KtProperty(652,685): 'val lazyProp: String by lazy {""}'
  null

KtTypeReference(666,672): 'String'
  null

KtUserType(666,672): 'String'
  null

KtNameReferenceExpression(666,672): 'String'
  null

KtPropertyDelegate(673,685): 'by lazy {""}'
  KaDelegatedPropertyCallResolutionAttempt:
    call = KaDelegatedPropertyCall:
      provideDelegateCall = null
      valueGetterCall = KaSimpleFunctionCall:
        contextArgumentMapping = {}
        contextArguments = []
        dispatchReceiver = null
        extensionReceiver = KaExplicitReceiverValue:
          expression = lazy {""}
          isSafeNavigation = false
          type = kotlin.Lazy<kotlin.String>
        signature = KaFunctionSignature:
          receiverType = kotlin.Lazy<kotlin.String>
          returnType = kotlin.String
          symbol = kotlin/getValue(<extension receiver>: kotlin.Lazy<T>, thisRef: kotlin.Any?, property: kotlin.reflect.KProperty<*>): T
          valueParameters = [
            KaVariableSignature:
              name = thisRef
              receiverType = null
              returnType = kotlin.Any?
              symbol = thisRef: kotlin.Any?
              contextParameters = []
              callableId = null,
            KaVariableSignature:
              name = property
              receiverType = null
              returnType = kotlin.reflect.KProperty<*>
              symbol = property: kotlin.reflect.KProperty<*>
              contextParameters = []
              callableId = null
          ]
          contextParameters = []
          callableId = kotlin/getValue
        typeArgumentsMapping = {
          T -> (kotlin.String)
        }
        valueArgumentMapping = {}
      valueSetterCall = null

KtCallExpression(676,685): 'lazy {""}'
  KaCallResolutionSuccess:
    call = KaSimpleFunctionCall:
      contextArgumentMapping = {}
      contextArguments = []
      dispatchReceiver = null
      extensionReceiver = null
      signature = KaFunctionSignature:
        receiverType = null
        returnType = kotlin.Lazy<kotlin.String>
        symbol = kotlin/lazy(initializer: () -> T): kotlin.Lazy<T>
        valueParameters = [
          KaVariableSignature:
            name = initializer
            receiverType = null
            returnType = () -> kotlin.String
            symbol = initializer: () -> T
            contextParameters = []
            callableId = null
        ]
        contextParameters = []
        callableId = kotlin/lazy
      typeArgumentsMapping = {
        T -> (kotlin.String)
      }
      valueArgumentMapping = {
        {""} -> (KaVariableSignature:
          name = initializer
          receiverType = null
          returnType = () -> kotlin.String
          symbol = initializer: () -> T
          contextParameters = []
          callableId = null)
      }

KtNameReferenceExpression(676,680): 'lazy'
  KaCallResolutionSuccess:
    call = KaSimpleFunctionCall:
      contextArgumentMapping = {}
      contextArguments = []
      dispatchReceiver = null
      extensionReceiver = null
      signature = KaFunctionSignature:
        receiverType = null
        returnType = kotlin.Lazy<kotlin.String>
        symbol = kotlin/lazy(initializer: () -> T): kotlin.Lazy<T>
        valueParameters = [
          KaVariableSignature:
            name = initializer
            receiverType = null
            returnType = () -> kotlin.String
            symbol = initializer: () -> T
            contextParameters = []
            callableId = null
        ]
        contextParameters = []
        callableId = kotlin/lazy
      typeArgumentsMapping = {
        T -> (kotlin.String)
      }
      valueArgumentMapping = {
        {""} -> (KaVariableSignature:
          name = initializer
          receiverType = null
          returnType = () -> kotlin.String
          symbol = initializer: () -> T
          contextParameters = []
          callableId = null)
      }

KtLambdaArgument(681,685): '{""}'
  null

KtLambdaExpression(681,685): '{""}'
  null

KtFunctionLiteral(681,685): '{""}'
  null

KtBlockExpression(682,684): '""'
  null

KtStringTemplateExpression(682,684): '""'
  null

KtProperty(694,728): 'val lambdaProp = {InheritorObject}'
  null

KtLambdaExpression(711,728): '{InheritorObject}'
  null

KtFunctionLiteral(711,728): '{InheritorObject}'
  null

KtBlockExpression(712,727): 'InheritorObject'
  null

KtNameReferenceExpression(712,727): 'InheritorObject'
  null

KtNamedFunction(737,765): 'fun func(): MyClass = TODO()'
  null

KtParameterList(745,747): '()'
  null

KtTypeReference(749,756): 'MyClass'
  null

KtUserType(749,756): 'MyClass'
  null

KtNameReferenceExpression(749,756): 'MyClass'
  null

KtCallExpression(759,765): 'TODO()'
  KaCallResolutionSuccess:
    call = KaSimpleFunctionCall:
      contextArgumentMapping = {}
      contextArguments = []
      dispatchReceiver = null
      extensionReceiver = null
      signature = KaFunctionSignature:
        receiverType = null
        returnType = kotlin.Nothing
        symbol = kotlin/TODO(): kotlin.Nothing
        valueParameters = []
        contextParameters = []
        callableId = kotlin/TODO
      typeArgumentsMapping = {}
      valueArgumentMapping = {}

KtNameReferenceExpression(759,763): 'TODO'
  KaCallResolutionSuccess:
    call = KaSimpleFunctionCall:
      contextArgumentMapping = {}
      contextArguments = []
      dispatchReceiver = null
      extensionReceiver = null
      signature = KaFunctionSignature:
        receiverType = null
        returnType = kotlin.Nothing
        symbol = kotlin/TODO(): kotlin.Nothing
        valueParameters = []
        contextParameters = []
        callableId = kotlin/TODO
      typeArgumentsMapping = {}
      valueArgumentMapping = {}

KtValueArgumentList(763,765): '()'
  null

KtNamedFunction(775,1172): 'fun testLambda(lMyClass: (arg: MyClass) -> Unit) {'
  null

KtParameterList(789,823): '(lMyClass: (arg: MyClass) -> Unit)'
  null

KtParameter(790,822): 'lMyClass: (arg: MyClass) -> Unit'
  null

KtTypeReference(800,822): '(arg: MyClass) -> Unit'
  null

KtFunctionType(800,822): '(arg: MyClass) -> Unit'
  null

KtParameterList(800,814): '(arg: MyClass)'
  null

KtParameter(801,813): 'arg: MyClass'
  null

KtTypeReference(806,813): 'MyClass'
  null

KtUserType(806,813): 'MyClass'
  null

KtNameReferenceExpression(806,813): 'MyClass'
  null

KtTypeReference(818,822): 'Unit'
  null

KtUserType(818,822): 'Unit'
  null

KtNameReferenceExpression(818,822): 'Unit'
  null

KtBlockExpression(824,1172): '{'
  null

KtCallExpression(830,855): 'lMyClass(InheritorObject)'
  KaCallResolutionSuccess:
    call = KaImplicitInvokeCall:
      contextArgumentMapping = {}
      contextArguments = []
      dispatchReceiver = KaExplicitReceiverValue:
        expression = lMyClass
        isSafeNavigation = false
        type = (@R|kotlin.ParameterName|(name = String(arg))  MyClass) -> kotlin.Unit
      extensionReceiver = null
      signature = KaFunctionSignature:
        receiverType = null
        returnType = kotlin.Unit
        symbol = kotlin/Function1.invoke(<dispatch receiver>: (P1) -> R, p1: P1): R
        valueParameters = [
          KaVariableSignature:
            name = arg
            receiverType = null
            returnType = @R|kotlin.ParameterName|(name = String(arg))  MyClass
            symbol = p1: P1
            contextParameters = []
            callableId = null
        ]
        contextParameters = []
        callableId = kotlin/Function1.invoke
      typeArgumentsMapping = {}
      valueArgumentMapping = {
        InheritorObject -> (KaVariableSignature:
          name = arg
          receiverType = null
          returnType = @R|kotlin.ParameterName|(name = String(arg))  MyClass
          symbol = p1: P1
          contextParameters = []
          callableId = null)
      }

KtNameReferenceExpression(830,838): 'lMyClass'
  KaCallResolutionSuccess:
    call = KaSimpleVariableAccessCall:
      contextArguments = []
      dispatchReceiver = null
      extensionReceiver = null
      isContextSensitive = false
      kind = Read
      signature = KaVariableSignature:
        name = lMyClass
        receiverType = null
        returnType = (@R|kotlin.ParameterName|(name = String(arg))  MyClass) -> kotlin.Unit
        symbol = lMyClass: (@R|kotlin.ParameterName|(name = String(arg))  MyClass) -> kotlin.Unit
        contextParameters = []
        callableId = null
      typeArgumentsMapping = {}

KtValueArgumentList(838,855): '(InheritorObject)'
  null

KtValueArgument(839,854): 'InheritorObject'
  null

KtNameReferenceExpression(839,854): 'InheritorObject'
  null

KtCallExpression(860,881): 'lMyClass(propMyClass)'
  KaCallResolutionSuccess:
    call = KaImplicitInvokeCall:
      contextArgumentMapping = {}
      contextArguments = []
      dispatchReceiver = KaExplicitReceiverValue:
        expression = lMyClass
        isSafeNavigation = false
        type = (@R|kotlin.ParameterName|(name = String(arg))  MyClass) -> kotlin.Unit
      extensionReceiver = null
      signature = KaFunctionSignature:
        receiverType = null
        returnType = kotlin.Unit
        symbol = kotlin/Function1.invoke(<dispatch receiver>: (P1) -> R, p1: P1): R
        valueParameters = [
          KaVariableSignature:
            name = arg
            receiverType = null
            returnType = @R|kotlin.ParameterName|(name = String(arg))  MyClass
            symbol = p1: P1
            contextParameters = []
            callableId = null
        ]
        contextParameters = []
        callableId = kotlin/Function1.invoke
      typeArgumentsMapping = {}
      valueArgumentMapping = {
        propMyClass -> (KaVariableSignature:
          name = arg
          receiverType = null
          returnType = @R|kotlin.ParameterName|(name = String(arg))  MyClass
          symbol = p1: P1
          contextParameters = []
          callableId = null)
      }

KtNameReferenceExpression(860,868): 'lMyClass'
  KaCallResolutionSuccess:
    call = KaSimpleVariableAccessCall:
      contextArguments = []
      dispatchReceiver = null
      extensionReceiver = null
      isContextSensitive = false
      kind = Read
      signature = KaVariableSignature:
        name = lMyClass
        receiverType = null
        returnType = (@R|kotlin.ParameterName|(name = String(arg))  MyClass) -> kotlin.Unit
        symbol = lMyClass: (@R|kotlin.ParameterName|(name = String(arg))  MyClass) -> kotlin.Unit
        contextParameters = []
        callableId = null
      typeArgumentsMapping = {}

KtValueArgumentList(868,881): '(propMyClass)'
  null

KtValueArgument(869,880): 'propMyClass'
  null

KtNameReferenceExpression(869,880): 'propMyClass'
  KaCallResolutionSuccess:
    call = KaSimpleVariableAccessCall:
      contextArguments = []
      dispatchReceiver = KaExplicitReceiverValue:
        expression = propMyClass
        isSafeNavigation = false
        type = MyClass.Companion
      extensionReceiver = null
      isContextSensitive = true
      kind = Read
      signature = KaVariableSignature:
        name = propMyClass
        receiverType = null
        returnType = MyClass
        symbol = val propMyClass: MyClass
        contextParameters = []
        callableId = /MyClass.Companion.propMyClass
      typeArgumentsMapping = {}

KtCallExpression(886,914): 'lMyClass(propInheritorClass)'
  KaCallResolutionSuccess:
    call = KaImplicitInvokeCall:
      contextArgumentMapping = {}
      contextArguments = []
      dispatchReceiver = KaExplicitReceiverValue:
        expression = lMyClass
        isSafeNavigation = false
        type = (@R|kotlin.ParameterName|(name = String(arg))  MyClass) -> kotlin.Unit
      extensionReceiver = null
      signature = KaFunctionSignature:
        receiverType = null
        returnType = kotlin.Unit
        symbol = kotlin/Function1.invoke(<dispatch receiver>: (P1) -> R, p1: P1): R
        valueParameters = [
          KaVariableSignature:
            name = arg
            receiverType = null
            returnType = @R|kotlin.ParameterName|(name = String(arg))  MyClass
            symbol = p1: P1
            contextParameters = []
            callableId = null
        ]
        contextParameters = []
        callableId = kotlin/Function1.invoke
      typeArgumentsMapping = {}
      valueArgumentMapping = {
        propInheritorClass -> (KaVariableSignature:
          name = arg
          receiverType = null
          returnType = @R|kotlin.ParameterName|(name = String(arg))  MyClass
          symbol = p1: P1
          contextParameters = []
          callableId = null)
      }

KtNameReferenceExpression(886,894): 'lMyClass'
  KaCallResolutionSuccess:
    call = KaSimpleVariableAccessCall:
      contextArguments = []
      dispatchReceiver = null
      extensionReceiver = null
      isContextSensitive = false
      kind = Read
      signature = KaVariableSignature:
        name = lMyClass
        receiverType = null
        returnType = (@R|kotlin.ParameterName|(name = String(arg))  MyClass) -> kotlin.Unit
        symbol = lMyClass: (@R|kotlin.ParameterName|(name = String(arg))  MyClass) -> kotlin.Unit
        contextParameters = []
        callableId = null
      typeArgumentsMapping = {}

KtValueArgumentList(894,914): '(propInheritorClass)'
  null

KtValueArgument(895,913): 'propInheritorClass'
  null

KtNameReferenceExpression(895,913): 'propInheritorClass'
  KaCallResolutionSuccess:
    call = KaSimpleVariableAccessCall:
      contextArguments = []
      dispatchReceiver = KaExplicitReceiverValue:
        expression = propInheritorClass
        isSafeNavigation = false
        type = MyClass.Companion
      extensionReceiver = null
      isContextSensitive = true
      kind = Read
      signature = KaVariableSignature:
        name = propInheritorClass
        receiverType = null
        returnType = MyClass.InheritorClass
        symbol = val propInheritorClass: MyClass.InheritorClass
        contextParameters = []
        callableId = /MyClass.Companion.propInheritorClass
      typeArgumentsMapping = {}

KtCallExpression(919,948): 'lMyClass(propInheritorObject)'
  KaCallResolutionSuccess:
    call = KaImplicitInvokeCall:
      contextArgumentMapping = {}
      contextArguments = []
      dispatchReceiver = KaExplicitReceiverValue:
        expression = lMyClass
        isSafeNavigation = false
        type = (@R|kotlin.ParameterName|(name = String(arg))  MyClass) -> kotlin.Unit
      extensionReceiver = null
      signature = KaFunctionSignature:
        receiverType = null
        returnType = kotlin.Unit
        symbol = kotlin/Function1.invoke(<dispatch receiver>: (P1) -> R, p1: P1): R
        valueParameters = [
          KaVariableSignature:
            name = arg
            receiverType = null
            returnType = @R|kotlin.ParameterName|(name = String(arg))  MyClass
            symbol = p1: P1
            contextParameters = []
            callableId = null
        ]
        contextParameters = []
        callableId = kotlin/Function1.invoke
      typeArgumentsMapping = {}
      valueArgumentMapping = {
        propInheritorObject -> (KaVariableSignature:
          name = arg
          receiverType = null
          returnType = @R|kotlin.ParameterName|(name = String(arg))  MyClass
          symbol = p1: P1
          contextParameters = []
          callableId = null)
      }

KtNameReferenceExpression(919,927): 'lMyClass'
  KaCallResolutionSuccess:
    call = KaSimpleVariableAccessCall:
      contextArguments = []
      dispatchReceiver = null
      extensionReceiver = null
      isContextSensitive = false
      kind = Read
      signature = KaVariableSignature:
        name = lMyClass
        receiverType = null
        returnType = (@R|kotlin.ParameterName|(name = String(arg))  MyClass) -> kotlin.Unit
        symbol = lMyClass: (@R|kotlin.ParameterName|(name = String(arg))  MyClass) -> kotlin.Unit
        contextParameters = []
        callableId = null
      typeArgumentsMapping = {}

KtValueArgumentList(927,948): '(propInheritorObject)'
  null

KtValueArgument(928,947): 'propInheritorObject'
  null

KtNameReferenceExpression(928,947): 'propInheritorObject'
  KaCallResolutionSuccess:
    call = KaSimpleVariableAccessCall:
      contextArguments = []
      dispatchReceiver = KaExplicitReceiverValue:
        expression = propInheritorObject
        isSafeNavigation = false
        type = MyClass.Companion
      extensionReceiver = null
      isContextSensitive = true
      kind = Read
      signature = KaVariableSignature:
        name = propInheritorObject
        receiverType = null
        returnType = MyClass.InheritorObject
        symbol = val propInheritorObject: MyClass.InheritorObject
        contextParameters = []
        callableId = /MyClass.Companion.propInheritorObject
      typeArgumentsMapping = {}

KtCallExpression(954,976): 'lMyClass(NestedObject)'
  KaCallResolutionError:
    candidateCalls = [
      KaImplicitInvokeCall:
        contextArgumentMapping = {}
        contextArguments = []
        dispatchReceiver = KaExplicitReceiverValue:
          expression = lMyClass
          isSafeNavigation = false
          type = (@R|kotlin.ParameterName|(name = String(arg))  MyClass) -> kotlin.Unit
        extensionReceiver = null
        signature = KaFunctionSignature:
          receiverType = null
          returnType = kotlin.Unit
          symbol = kotlin/Function1.invoke(<dispatch receiver>: (P1) -> R, p1: P1): R
          valueParameters = [
            KaVariableSignature:
              name = arg
              receiverType = null
              returnType = @R|kotlin.ParameterName|(name = String(arg))  MyClass
              symbol = p1: P1
              contextParameters = []
              callableId = null
          ]
          contextParameters = []
          callableId = kotlin/Function1.invoke
        typeArgumentsMapping = {}
        valueArgumentMapping = {
          NestedObject -> (KaVariableSignature:
            name = arg
            receiverType = null
            returnType = @R|kotlin.ParameterName|(name = String(arg))  MyClass
            symbol = p1: P1
            contextParameters = []
            callableId = null)
        }
    ]
    diagnostic = ERROR<ARGUMENT_TYPE_MISMATCH: Argument type mismatch: actual type is 'MyClass.NestedObject', but 'MyClass' was expected.>

KtNameReferenceExpression(954,962): 'lMyClass'
  KaCallResolutionSuccess:
    call = KaSimpleVariableAccessCall:
      contextArguments = []
      dispatchReceiver = null
      extensionReceiver = null
      isContextSensitive = false
      kind = Read
      signature = KaVariableSignature:
        name = lMyClass
        receiverType = null
        returnType = (@R|kotlin.ParameterName|(name = String(arg))  MyClass) -> kotlin.Unit
        symbol = lMyClass: (@R|kotlin.ParameterName|(name = String(arg))  MyClass) -> kotlin.Unit
        contextParameters = []
        callableId = null
      typeArgumentsMapping = {}

KtValueArgumentList(962,976): '(NestedObject)'
  null

KtValueArgument(963,975): 'NestedObject'
  null

KtNameReferenceExpression(963,975): 'NestedObject'
  null

KtCallExpression(981,995): 'lMyClass(prop)'
  KaCallResolutionError:
    candidateCalls = [
      KaImplicitInvokeCall:
        contextArgumentMapping = {}
        contextArguments = []
        dispatchReceiver = KaExplicitReceiverValue:
          expression = lMyClass
          isSafeNavigation = false
          type = (@R|kotlin.ParameterName|(name = String(arg))  MyClass) -> kotlin.Unit
        extensionReceiver = null
        signature = KaFunctionSignature:
          receiverType = null
          returnType = kotlin.Unit
          symbol = kotlin/Function1.invoke(<dispatch receiver>: (P1) -> R, p1: P1): R
          valueParameters = [
            KaVariableSignature:
              name = arg
              receiverType = null
              returnType = @R|kotlin.ParameterName|(name = String(arg))  MyClass
              symbol = p1: P1
              contextParameters = []
              callableId = null
          ]
          contextParameters = []
          callableId = kotlin/Function1.invoke
        typeArgumentsMapping = {}
        valueArgumentMapping = {
          prop -> (KaVariableSignature:
            name = arg
            receiverType = null
            returnType = @R|kotlin.ParameterName|(name = String(arg))  MyClass
            symbol = p1: P1
            contextParameters = []
            callableId = null)
        }
    ]
    diagnostic = ERROR<ARGUMENT_TYPE_MISMATCH: Argument type mismatch: actual type is 'String', but 'MyClass' was expected.>

KtNameReferenceExpression(981,989): 'lMyClass'
  KaCallResolutionSuccess:
    call = KaSimpleVariableAccessCall:
      contextArguments = []
      dispatchReceiver = null
      extensionReceiver = null
      isContextSensitive = false
      kind = Read
      signature = KaVariableSignature:
        name = lMyClass
        receiverType = null
        returnType = (@R|kotlin.ParameterName|(name = String(arg))  MyClass) -> kotlin.Unit
        symbol = lMyClass: (@R|kotlin.ParameterName|(name = String(arg))  MyClass) -> kotlin.Unit
        contextParameters = []
        callableId = null
      typeArgumentsMapping = {}

KtValueArgumentList(989,995): '(prop)'
  null

KtValueArgument(990,994): 'prop'
  null

KtNameReferenceExpression(990,994): 'prop'
  KaCallResolutionSuccess:
    call = KaSimpleVariableAccessCall:
      contextArguments = []
      dispatchReceiver = KaExplicitReceiverValue:
        expression = prop
        isSafeNavigation = false
        type = MyClass.Companion
      extensionReceiver = null
      isContextSensitive = true
      kind = Read
      signature = KaVariableSignature:
        name = prop
        receiverType = null
        returnType = kotlin.String
        symbol = val prop: kotlin.String
        contextParameters = []
        callableId = /MyClass.Companion.prop
      typeArgumentsMapping = {}

KtCallExpression(1000,1019): 'lMyClass(superProp)'
  KaCallResolutionError:
    candidateCalls = [
      KaImplicitInvokeCall:
        contextArgumentMapping = {}
        contextArguments = []
        dispatchReceiver = KaExplicitReceiverValue:
          expression = lMyClass
          isSafeNavigation = false
          type = (@R|kotlin.ParameterName|(name = String(arg))  MyClass) -> kotlin.Unit
        extensionReceiver = null
        signature = KaFunctionSignature:
          receiverType = null
          returnType = kotlin.Unit
          symbol = kotlin/Function1.invoke(<dispatch receiver>: (P1) -> R, p1: P1): R
          valueParameters = [
            KaVariableSignature:
              name = arg
              receiverType = null
              returnType = @R|kotlin.ParameterName|(name = String(arg))  MyClass
              symbol = p1: P1
              contextParameters = []
              callableId = null
          ]
          contextParameters = []
          callableId = kotlin/Function1.invoke
        typeArgumentsMapping = {}
        valueArgumentMapping = {
          superProp -> (KaVariableSignature:
            name = arg
            receiverType = null
            returnType = @R|kotlin.ParameterName|(name = String(arg))  MyClass
            symbol = p1: P1
            contextParameters = []
            callableId = null)
        }
    ]
    diagnostic = ERROR<ARGUMENT_TYPE_MISMATCH: Argument type mismatch: actual type is 'String', but 'MyClass' was expected.>

KtNameReferenceExpression(1000,1008): 'lMyClass'
  KaCallResolutionSuccess:
    call = KaSimpleVariableAccessCall:
      contextArguments = []
      dispatchReceiver = null
      extensionReceiver = null
      isContextSensitive = false
      kind = Read
      signature = KaVariableSignature:
        name = lMyClass
        receiverType = null
        returnType = (@R|kotlin.ParameterName|(name = String(arg))  MyClass) -> kotlin.Unit
        symbol = lMyClass: (@R|kotlin.ParameterName|(name = String(arg))  MyClass) -> kotlin.Unit
        contextParameters = []
        callableId = null
      typeArgumentsMapping = {}

KtValueArgumentList(1008,1019): '(superProp)'
  null

KtValueArgument(1009,1018): 'superProp'
  null

KtNameReferenceExpression(1009,1018): 'superProp'
  KaCallResolutionSuccess:
    call = KaSimpleVariableAccessCall:
      contextArguments = []
      dispatchReceiver = KaExplicitReceiverValue:
        expression = superProp
        isSafeNavigation = false
        type = MyClass.Companion
      extensionReceiver = null
      isContextSensitive = true
      kind = Read
      signature = KaVariableSignature:
        name = superProp
        receiverType = null
        returnType = kotlin.String
        symbol = val superProp: kotlin.String
        contextParameters = []
        callableId = /Super.superProp
      typeArgumentsMapping = {}

KtCallExpression(1024,1043): 'lMyClass(constProp)'
  KaCallResolutionError:
    candidateCalls = [
      KaImplicitInvokeCall:
        contextArgumentMapping = {}
        contextArguments = []
        dispatchReceiver = KaExplicitReceiverValue:
          expression = lMyClass
          isSafeNavigation = false
          type = (@R|kotlin.ParameterName|(name = String(arg))  MyClass) -> kotlin.Unit
        extensionReceiver = null
        signature = KaFunctionSignature:
          receiverType = null
          returnType = kotlin.Unit
          symbol = kotlin/Function1.invoke(<dispatch receiver>: (P1) -> R, p1: P1): R
          valueParameters = [
            KaVariableSignature:
              name = arg
              receiverType = null
              returnType = @R|kotlin.ParameterName|(name = String(arg))  MyClass
              symbol = p1: P1
              contextParameters = []
              callableId = null
          ]
          contextParameters = []
          callableId = kotlin/Function1.invoke
        typeArgumentsMapping = {}
        valueArgumentMapping = {
          constProp -> (KaVariableSignature:
            name = arg
            receiverType = null
            returnType = @R|kotlin.ParameterName|(name = String(arg))  MyClass
            symbol = p1: P1
            contextParameters = []
            callableId = null)
        }
    ]
    diagnostic = ERROR<ARGUMENT_TYPE_MISMATCH: Argument type mismatch: actual type is 'String', but 'MyClass' was expected.>

KtNameReferenceExpression(1024,1032): 'lMyClass'
  KaCallResolutionSuccess:
    call = KaSimpleVariableAccessCall:
      contextArguments = []
      dispatchReceiver = null
      extensionReceiver = null
      isContextSensitive = false
      kind = Read
      signature = KaVariableSignature:
        name = lMyClass
        receiverType = null
        returnType = (@R|kotlin.ParameterName|(name = String(arg))  MyClass) -> kotlin.Unit
        symbol = lMyClass: (@R|kotlin.ParameterName|(name = String(arg))  MyClass) -> kotlin.Unit
        contextParameters = []
        callableId = null
      typeArgumentsMapping = {}

KtValueArgumentList(1032,1043): '(constProp)'
  null

KtValueArgument(1033,1042): 'constProp'
  null

KtNameReferenceExpression(1033,1042): 'constProp'
  KaCallResolutionSuccess:
    call = KaSimpleVariableAccessCall:
      contextArguments = []
      dispatchReceiver = KaExplicitReceiverValue:
        expression = constProp
        isSafeNavigation = false
        type = MyClass.Companion
      extensionReceiver = null
      isContextSensitive = true
      kind = Read
      signature = KaVariableSignature:
        name = constProp
        receiverType = null
        returnType = kotlin.String
        symbol = val constProp: kotlin.String
        contextParameters = []
        callableId = /MyClass.Companion.constProp
      typeArgumentsMapping = {}

KtCallExpression(1048,1066): 'lMyClass(lazyProp)'
  KaCallResolutionError:
    candidateCalls = [
      KaImplicitInvokeCall:
        contextArgumentMapping = {}
        contextArguments = []
        dispatchReceiver = KaExplicitReceiverValue:
          expression = lMyClass
          isSafeNavigation = false
          type = (@R|kotlin.ParameterName|(name = String(arg))  MyClass) -> kotlin.Unit
        extensionReceiver = null
        signature = KaFunctionSignature:
          receiverType = null
          returnType = kotlin.Unit
          symbol = kotlin/Function1.invoke(<dispatch receiver>: (P1) -> R, p1: P1): R
          valueParameters = [
            KaVariableSignature:
              name = arg
              receiverType = null
              returnType = @R|kotlin.ParameterName|(name = String(arg))  MyClass
              symbol = p1: P1
              contextParameters = []
              callableId = null
          ]
          contextParameters = []
          callableId = kotlin/Function1.invoke
        typeArgumentsMapping = {}
        valueArgumentMapping = {
          lazyProp -> (KaVariableSignature:
            name = arg
            receiverType = null
            returnType = @R|kotlin.ParameterName|(name = String(arg))  MyClass
            symbol = p1: P1
            contextParameters = []
            callableId = null)
        }
    ]
    diagnostic = ERROR<ARGUMENT_TYPE_MISMATCH: Argument type mismatch: actual type is 'String', but 'MyClass' was expected.>

KtNameReferenceExpression(1048,1056): 'lMyClass'
  KaCallResolutionSuccess:
    call = KaSimpleVariableAccessCall:
      contextArguments = []
      dispatchReceiver = null
      extensionReceiver = null
      isContextSensitive = false
      kind = Read
      signature = KaVariableSignature:
        name = lMyClass
        receiverType = null
        returnType = (@R|kotlin.ParameterName|(name = String(arg))  MyClass) -> kotlin.Unit
        symbol = lMyClass: (@R|kotlin.ParameterName|(name = String(arg))  MyClass) -> kotlin.Unit
        contextParameters = []
        callableId = null
      typeArgumentsMapping = {}

KtValueArgumentList(1056,1066): '(lazyProp)'
  null

KtValueArgument(1057,1065): 'lazyProp'
  null

KtNameReferenceExpression(1057,1065): 'lazyProp'
  KaCallResolutionSuccess:
    call = KaSimpleVariableAccessCall:
      contextArguments = []
      dispatchReceiver = KaExplicitReceiverValue:
        expression = lazyProp
        isSafeNavigation = false
        type = MyClass.Companion
      extensionReceiver = null
      isContextSensitive = true
      kind = Read
      signature = KaVariableSignature:
        name = lazyProp
        receiverType = null
        returnType = kotlin.String
        symbol = val lazyProp: kotlin.String
        contextParameters = []
        callableId = /MyClass.Companion.lazyProp
      typeArgumentsMapping = {}

KtCallExpression(1071,1091): 'lMyClass(lambdaProp)'
  KaCallResolutionError:
    candidateCalls = [
      KaImplicitInvokeCall:
        contextArgumentMapping = {}
        contextArguments = []
        dispatchReceiver = KaExplicitReceiverValue:
          expression = lMyClass
          isSafeNavigation = false
          type = (@R|kotlin.ParameterName|(name = String(arg))  MyClass) -> kotlin.Unit
        extensionReceiver = null
        signature = KaFunctionSignature:
          receiverType = null
          returnType = kotlin.Unit
          symbol = kotlin/Function1.invoke(<dispatch receiver>: (P1) -> R, p1: P1): R
          valueParameters = [
            KaVariableSignature:
              name = arg
              receiverType = null
              returnType = @R|kotlin.ParameterName|(name = String(arg))  MyClass
              symbol = p1: P1
              contextParameters = []
              callableId = null
          ]
          contextParameters = []
          callableId = kotlin/Function1.invoke
        typeArgumentsMapping = {}
        valueArgumentMapping = {
          lambdaProp -> (KaVariableSignature:
            name = arg
            receiverType = null
            returnType = @R|kotlin.ParameterName|(name = String(arg))  MyClass
            symbol = p1: P1
            contextParameters = []
            callableId = null)
        }
    ]
    diagnostic = ERROR<ARGUMENT_TYPE_MISMATCH: Argument type mismatch: actual type is '() -> MyClass.InheritorObject', but 'MyClass' was expected.>

KtNameReferenceExpression(1071,1079): 'lMyClass'
  KaCallResolutionSuccess:
    call = KaSimpleVariableAccessCall:
      contextArguments = []
      dispatchReceiver = null
      extensionReceiver = null
      isContextSensitive = false
      kind = Read
      signature = KaVariableSignature:
        name = lMyClass
        receiverType = null
        returnType = (@R|kotlin.ParameterName|(name = String(arg))  MyClass) -> kotlin.Unit
        symbol = lMyClass: (@R|kotlin.ParameterName|(name = String(arg))  MyClass) -> kotlin.Unit
        contextParameters = []
        callableId = null
      typeArgumentsMapping = {}

KtValueArgumentList(1079,1091): '(lambdaProp)'
  null

KtValueArgument(1080,1090): 'lambdaProp'
  null

KtNameReferenceExpression(1080,1090): 'lambdaProp'
  KaCallResolutionSuccess:
    call = KaSimpleVariableAccessCall:
      contextArguments = []
      dispatchReceiver = KaExplicitReceiverValue:
        expression = lambdaProp
        isSafeNavigation = false
        type = MyClass.Companion
      extensionReceiver = null
      isContextSensitive = true
      kind = Read
      signature = KaVariableSignature:
        name = lambdaProp
        receiverType = null
        returnType = () -> MyClass.InheritorObject
        symbol = val lambdaProp: () -> MyClass.InheritorObject
        contextParameters = []
        callableId = /MyClass.Companion.lambdaProp
      typeArgumentsMapping = {}

KtCallExpression(1097,1123): 'lMyClass(InheritorClass())'
  KaCallResolutionSuccess:
    call = KaImplicitInvokeCall:
      contextArgumentMapping = {}
      contextArguments = []
      dispatchReceiver = KaExplicitReceiverValue:
        expression = lMyClass
        isSafeNavigation = false
        type = (@R|kotlin.ParameterName|(name = String(arg))  MyClass) -> kotlin.Unit
      extensionReceiver = null
      signature = KaFunctionSignature:
        receiverType = null
        returnType = kotlin.Unit
        symbol = kotlin/Function1.invoke(<dispatch receiver>: (P1) -> R, p1: P1): R
        valueParameters = [
          KaVariableSignature:
            name = arg
            receiverType = null
            returnType = @R|kotlin.ParameterName|(name = String(arg))  MyClass
            symbol = p1: P1
            contextParameters = []
            callableId = null
        ]
        contextParameters = []
        callableId = kotlin/Function1.invoke
      typeArgumentsMapping = {}
      valueArgumentMapping = {
        InheritorClass() -> (KaVariableSignature:
          name = arg
          receiverType = null
          returnType = @R|kotlin.ParameterName|(name = String(arg))  MyClass
          symbol = p1: P1
          contextParameters = []
          callableId = null)
      }

KtNameReferenceExpression(1097,1105): 'lMyClass'
  KaCallResolutionSuccess:
    call = KaSimpleVariableAccessCall:
      contextArguments = []
      dispatchReceiver = null
      extensionReceiver = null
      isContextSensitive = false
      kind = Read
      signature = KaVariableSignature:
        name = lMyClass
        receiverType = null
        returnType = (@R|kotlin.ParameterName|(name = String(arg))  MyClass) -> kotlin.Unit
        symbol = lMyClass: (@R|kotlin.ParameterName|(name = String(arg))  MyClass) -> kotlin.Unit
        contextParameters = []
        callableId = null
      typeArgumentsMapping = {}

KtValueArgumentList(1105,1123): '(InheritorClass())'
  null

KtValueArgument(1106,1122): 'InheritorClass()'
  null

KtCallExpression(1106,1122): 'InheritorClass()'
  KaCallResolutionError:
    candidateCalls = []
    diagnostic = ERROR<UNRESOLVED_REFERENCE: Unresolved reference 'InheritorClass'.>

KtNameReferenceExpression(1106,1120): 'InheritorClass'
  KaCallResolutionError:
    candidateCalls = []
    diagnostic = ERROR<UNRESOLVED_REFERENCE: Unresolved reference 'InheritorClass'.>

KtValueArgumentList(1120,1122): '()'
  null

KtCallExpression(1128,1144): 'lMyClass(func())'
  KaCallResolutionSuccess:
    call = KaImplicitInvokeCall:
      contextArgumentMapping = {}
      contextArguments = []
      dispatchReceiver = KaExplicitReceiverValue:
        expression = lMyClass
        isSafeNavigation = false
        type = (@R|kotlin.ParameterName|(name = String(arg))  MyClass) -> kotlin.Unit
      extensionReceiver = null
      signature = KaFunctionSignature:
        receiverType = null
        returnType = kotlin.Unit
        symbol = kotlin/Function1.invoke(<dispatch receiver>: (P1) -> R, p1: P1): R
        valueParameters = [
          KaVariableSignature:
            name = arg
            receiverType = null
            returnType = @R|kotlin.ParameterName|(name = String(arg))  MyClass
            symbol = p1: P1
            contextParameters = []
            callableId = null
        ]
        contextParameters = []
        callableId = kotlin/Function1.invoke
      typeArgumentsMapping = {}
      valueArgumentMapping = {
        func() -> (KaVariableSignature:
          name = arg
          receiverType = null
          returnType = @R|kotlin.ParameterName|(name = String(arg))  MyClass
          symbol = p1: P1
          contextParameters = []
          callableId = null)
      }

KtNameReferenceExpression(1128,1136): 'lMyClass'
  KaCallResolutionSuccess:
    call = KaSimpleVariableAccessCall:
      contextArguments = []
      dispatchReceiver = null
      extensionReceiver = null
      isContextSensitive = false
      kind = Read
      signature = KaVariableSignature:
        name = lMyClass
        receiverType = null
        returnType = (@R|kotlin.ParameterName|(name = String(arg))  MyClass) -> kotlin.Unit
        symbol = lMyClass: (@R|kotlin.ParameterName|(name = String(arg))  MyClass) -> kotlin.Unit
        contextParameters = []
        callableId = null
      typeArgumentsMapping = {}

KtValueArgumentList(1136,1144): '(func())'
  null

KtValueArgument(1137,1143): 'func()'
  null

KtCallExpression(1137,1143): 'func()'
  KaCallResolutionError:
    candidateCalls = []
    diagnostic = ERROR<UNRESOLVED_REFERENCE: Unresolved reference 'func'.>

KtNameReferenceExpression(1137,1141): 'func'
  KaCallResolutionError:
    candidateCalls = []
    diagnostic = ERROR<UNRESOLVED_REFERENCE: Unresolved reference 'func'.>

KtValueArgumentList(1141,1143): '()'
  null

KtCallExpression(1149,1170): 'lMyClass(superFunc())'
  KaCallResolutionSuccess:
    call = KaImplicitInvokeCall:
      contextArgumentMapping = {}
      contextArguments = []
      dispatchReceiver = KaExplicitReceiverValue:
        expression = lMyClass
        isSafeNavigation = false
        type = (@R|kotlin.ParameterName|(name = String(arg))  MyClass) -> kotlin.Unit
      extensionReceiver = null
      signature = KaFunctionSignature:
        receiverType = null
        returnType = kotlin.Unit
        symbol = kotlin/Function1.invoke(<dispatch receiver>: (P1) -> R, p1: P1): R
        valueParameters = [
          KaVariableSignature:
            name = arg
            receiverType = null
            returnType = @R|kotlin.ParameterName|(name = String(arg))  MyClass
            symbol = p1: P1
            contextParameters = []
            callableId = null
        ]
        contextParameters = []
        callableId = kotlin/Function1.invoke
      typeArgumentsMapping = {}
      valueArgumentMapping = {
        superFunc() -> (KaVariableSignature:
          name = arg
          receiverType = null
          returnType = @R|kotlin.ParameterName|(name = String(arg))  MyClass
          symbol = p1: P1
          contextParameters = []
          callableId = null)
      }

KtNameReferenceExpression(1149,1157): 'lMyClass'
  KaCallResolutionSuccess:
    call = KaSimpleVariableAccessCall:
      contextArguments = []
      dispatchReceiver = null
      extensionReceiver = null
      isContextSensitive = false
      kind = Read
      signature = KaVariableSignature:
        name = lMyClass
        receiverType = null
        returnType = (@R|kotlin.ParameterName|(name = String(arg))  MyClass) -> kotlin.Unit
        symbol = lMyClass: (@R|kotlin.ParameterName|(name = String(arg))  MyClass) -> kotlin.Unit
        contextParameters = []
        callableId = null
      typeArgumentsMapping = {}

KtValueArgumentList(1157,1170): '(superFunc())'
  null

KtValueArgument(1158,1169): 'superFunc()'
  null

KtCallExpression(1158,1169): 'superFunc()'
  KaCallResolutionError:
    candidateCalls = []
    diagnostic = ERROR<UNRESOLVED_REFERENCE: Unresolved reference 'superFunc'.>

KtNameReferenceExpression(1158,1167): 'superFunc'
  KaCallResolutionError:
    candidateCalls = []
    diagnostic = ERROR<UNRESOLVED_REFERENCE: Unresolved reference 'superFunc'.>

KtValueArgumentList(1167,1169): '()'
  null
