KtFile: 'regularArg.kt'
  null

KtPackageDirective(0,0): ''
  null

KtImportList(0,0): ''
  null

KtClass(93,167): 'open class Super {'
  null

KtDeclarationModifierList(93,97): 'open'
  null

KtClassBody(110,167): '{'
  null

KtProperty(116,142): 'val superProp: String = ""'
  null

KtTypeReference(131,137): 'String'
  KaSymbolResolutionSuccess:
    symbols = [
      kotlin/String
    ]

KtUserType(131,137): 'String'
  KaSymbolResolutionSuccess:
    symbols = [
      kotlin/String
    ]

KtNameReferenceExpression(131,137): 'String'
  isImplicitReferenceToCompanion: false
  contextSensitiveResolutionStatus: NotAvailable
  lookupLocally: false
  KaSymbolResolutionSuccess:
    symbols = [
      kotlin/String
    ]

KtStringTemplateExpression(140,142): '""'
  null

KtNamedFunction(147,165): 'fun superFunc() {}'
  null

KtParameterList(160,162): '()'
  null

KtBlockExpression(163,165): '{}'
  null

KtClass(169,774): 'open class MyClass {'
  null

KtDeclarationModifierList(169,173): 'open'
  null

KtClassBody(188,774): '{'
  null

KtObjectDeclaration(194,265): 'object InheritorObject: MyClass() {'
  null

KtSuperTypeList(218,227): 'MyClass()'
  null

KtSuperTypeCallEntry(218,227): 'MyClass()'
  KaSymbolResolutionSuccess:
    symbols = [
      <constructor>(): MyClass
    ]

KtConstructorCalleeExpression(218,225): 'MyClass'
  KaSymbolResolutionSuccess:
    symbols = [
      <constructor>(): MyClass
    ]

KtTypeReference(218,225): 'MyClass'
  KaSymbolResolutionSuccess:
    symbols = [
      /MyClass
    ]

KtUserType(218,225): 'MyClass'
  KaSymbolResolutionSuccess:
    symbols = [
      /MyClass
    ]

KtNameReferenceExpression(218,225): 'MyClass'
  isImplicitReferenceToCompanion: false
  contextSensitiveResolutionStatus: NotAvailable
  lookupLocally: false
  KaSymbolResolutionSuccess:
    symbols = [
      /MyClass
    ]

KtValueArgumentList(225,227): '()'
  null

KtClassBody(228,265): '{'
  null

KtProperty(238,259): 'val prop: String = ""'
  null

KtTypeReference(248,254): 'String'
  KaSymbolResolutionSuccess:
    symbols = [
      kotlin/String
    ]

KtUserType(248,254): 'String'
  KaSymbolResolutionSuccess:
    symbols = [
      kotlin/String
    ]

KtNameReferenceExpression(248,254): 'String'
  isImplicitReferenceToCompanion: false
  contextSensitiveResolutionStatus: NotAvailable
  lookupLocally: false
  KaSymbolResolutionSuccess:
    symbols = [
      kotlin/String
    ]

KtStringTemplateExpression(257,259): '""'
  null

KtClass(271,340): 'class InheritorClass: MyClass() {'
  null

KtSuperTypeList(293,302): 'MyClass()'
  null

KtSuperTypeCallEntry(293,302): 'MyClass()'
  KaSymbolResolutionSuccess:
    symbols = [
      <constructor>(): MyClass
    ]

KtConstructorCalleeExpression(293,300): 'MyClass'
  KaSymbolResolutionSuccess:
    symbols = [
      <constructor>(): MyClass
    ]

KtTypeReference(293,300): 'MyClass'
  KaSymbolResolutionSuccess:
    symbols = [
      /MyClass
    ]

KtUserType(293,300): 'MyClass'
  KaSymbolResolutionSuccess:
    symbols = [
      /MyClass
    ]

KtNameReferenceExpression(293,300): 'MyClass'
  isImplicitReferenceToCompanion: false
  contextSensitiveResolutionStatus: NotAvailable
  lookupLocally: false
  KaSymbolResolutionSuccess:
    symbols = [
      /MyClass
    ]

KtValueArgumentList(300,302): '()'
  null

KtClassBody(303,340): '{'
  null

KtProperty(313,334): 'val prop: String = ""'
  null

KtTypeReference(323,329): 'String'
  KaSymbolResolutionSuccess:
    symbols = [
      kotlin/String
    ]

KtUserType(323,329): 'String'
  KaSymbolResolutionSuccess:
    symbols = [
      kotlin/String
    ]

KtNameReferenceExpression(323,329): 'String'
  isImplicitReferenceToCompanion: false
  contextSensitiveResolutionStatus: NotAvailable
  lookupLocally: false
  KaSymbolResolutionSuccess:
    symbols = [
      kotlin/String
    ]

KtStringTemplateExpression(332,334): '""'
  null

KtObjectDeclaration(346,365): 'object NestedObject'
  null

KtObjectDeclaration(371,772): 'companion object: Super() {'
  null

KtDeclarationModifierList(371,380): 'companion'
  null

KtSuperTypeList(389,396): 'Super()'
  null

KtSuperTypeCallEntry(389,396): 'Super()'
  KaSymbolResolutionSuccess:
    symbols = [
      <constructor>(): Super
    ]

KtConstructorCalleeExpression(389,394): 'Super'
  KaSymbolResolutionSuccess:
    symbols = [
      <constructor>(): Super
    ]

KtTypeReference(389,394): 'Super'
  KaSymbolResolutionSuccess:
    symbols = [
      /Super
    ]

KtUserType(389,394): 'Super'
  KaSymbolResolutionSuccess:
    symbols = [
      /Super
    ]

KtNameReferenceExpression(389,394): 'Super'
  isImplicitReferenceToCompanion: false
  contextSensitiveResolutionStatus: NotAvailable
  lookupLocally: false
  KaSymbolResolutionSuccess:
    symbols = [
      /Super
    ]

KtValueArgumentList(394,396): '()'
  null

KtClassBody(397,772): '{'
  null

KtProperty(407,440): 'val propMyClass: MyClass = TODO()'
  null

KtTypeReference(424,431): 'MyClass'
  KaSymbolResolutionSuccess:
    symbols = [
      /MyClass
    ]

KtUserType(424,431): 'MyClass'
  KaSymbolResolutionSuccess:
    symbols = [
      /MyClass
    ]

KtNameReferenceExpression(424,431): 'MyClass'
  isImplicitReferenceToCompanion: false
  contextSensitiveResolutionStatus: NotAvailable
  lookupLocally: false
  KaSymbolResolutionSuccess:
    symbols = [
      /MyClass
    ]

KtCallExpression(434,440): 'TODO()'
  KaSymbolResolutionSuccess:
    symbols = [
      kotlin/TODO(): kotlin.Nothing
    ]

KtNameReferenceExpression(434,438): 'TODO'
  isImplicitReferenceToCompanion: false
  contextSensitiveResolutionStatus: NotAvailable
  lookupLocally: false
  KaSymbolResolutionSuccess:
    symbols = [
      kotlin/TODO(): kotlin.Nothing
    ]

KtValueArgumentList(438,440): '()'
  null

KtProperty(449,506): 'val propInheritorClass: InheritorClass = InheritorClass()'
  null

KtTypeReference(473,487): 'InheritorClass'
  KaSymbolResolutionSuccess:
    symbols = [
      /MyClass.InheritorClass
    ]

KtUserType(473,487): 'InheritorClass'
  KaSymbolResolutionSuccess:
    symbols = [
      /MyClass.InheritorClass
    ]

KtNameReferenceExpression(473,487): 'InheritorClass'
  isImplicitReferenceToCompanion: false
  contextSensitiveResolutionStatus: NotAvailable
  lookupLocally: false
  KaSymbolResolutionSuccess:
    symbols = [
      /MyClass.InheritorClass
    ]

KtCallExpression(490,506): 'InheritorClass()'
  KaSymbolResolutionSuccess:
    symbols = [
      <constructor>(): MyClass.InheritorClass
    ]

KtNameReferenceExpression(490,504): 'InheritorClass'
  isImplicitReferenceToCompanion: false
  contextSensitiveResolutionStatus: NotAvailable
  lookupLocally: false
  KaSymbolResolutionSuccess:
    symbols = [
      /MyClass.InheritorClass
    ]

KtValueArgumentList(504,506): '()'
  null

KtProperty(515,573): 'val propInheritorObject: InheritorObject = InheritorObject'
  null

KtTypeReference(540,555): 'InheritorObject'
  KaSymbolResolutionSuccess:
    symbols = [
      /MyClass.InheritorObject
    ]

KtUserType(540,555): 'InheritorObject'
  KaSymbolResolutionSuccess:
    symbols = [
      /MyClass.InheritorObject
    ]

KtNameReferenceExpression(540,555): 'InheritorObject'
  isImplicitReferenceToCompanion: false
  contextSensitiveResolutionStatus: NotAvailable
  lookupLocally: false
  KaSymbolResolutionSuccess:
    symbols = [
      /MyClass.InheritorObject
    ]

KtNameReferenceExpression(558,573): 'InheritorObject'
  isImplicitReferenceToCompanion: false
  contextSensitiveResolutionStatus: NotAvailable
  lookupLocally: false
  KaSymbolResolutionSuccess:
    symbols = [
      /MyClass.InheritorObject
    ]

KtProperty(582,603): 'val prop: String = ""'
  null

KtTypeReference(592,598): 'String'
  KaSymbolResolutionSuccess:
    symbols = [
      kotlin/String
    ]

KtUserType(592,598): 'String'
  KaSymbolResolutionSuccess:
    symbols = [
      kotlin/String
    ]

KtNameReferenceExpression(592,598): 'String'
  isImplicitReferenceToCompanion: false
  contextSensitiveResolutionStatus: NotAvailable
  lookupLocally: false
  KaSymbolResolutionSuccess:
    symbols = [
      kotlin/String
    ]

KtStringTemplateExpression(601,603): '""'
  null

KtProperty(612,644): 'const val constProp: String = ""'
  null

KtDeclarationModifierList(612,617): 'const'
  null

KtTypeReference(633,639): 'String'
  KaSymbolResolutionSuccess:
    symbols = [
      kotlin/String
    ]

KtUserType(633,639): 'String'
  KaSymbolResolutionSuccess:
    symbols = [
      kotlin/String
    ]

KtNameReferenceExpression(633,639): 'String'
  isImplicitReferenceToCompanion: false
  contextSensitiveResolutionStatus: NotAvailable
  lookupLocally: false
  KaSymbolResolutionSuccess:
    symbols = [
      kotlin/String
    ]

KtStringTemplateExpression(642,644): '""'
  null

KtProperty(653,686): 'val lazyProp: String by lazy {""}'
  null

KtTypeReference(667,673): 'String'
  KaSymbolResolutionSuccess:
    symbols = [
      kotlin/String
    ]

KtUserType(667,673): 'String'
  KaSymbolResolutionSuccess:
    symbols = [
      kotlin/String
    ]

KtNameReferenceExpression(667,673): 'String'
  isImplicitReferenceToCompanion: false
  contextSensitiveResolutionStatus: NotAvailable
  lookupLocally: false
  KaSymbolResolutionSuccess:
    symbols = [
      kotlin/String
    ]

KtPropertyDelegate(674,686): 'by lazy {""}'
  KaSymbolResolutionSuccess:
    symbols = [
      kotlin/getValue(<extension receiver>: kotlin.Lazy<T>, thisRef: kotlin.Any?, property: kotlin.reflect.KProperty<*>): T
    ]

KtCallExpression(677,686): 'lazy {""}'
  KaSymbolResolutionSuccess:
    symbols = [
      kotlin/lazy(initializer: () -> T): kotlin.Lazy<T>
    ]

KtNameReferenceExpression(677,681): 'lazy'
  isImplicitReferenceToCompanion: false
  contextSensitiveResolutionStatus: NotAvailable
  lookupLocally: false
  KaSymbolResolutionSuccess:
    symbols = [
      kotlin/lazy(initializer: () -> T): kotlin.Lazy<T>
    ]

KtLambdaArgument(682,686): '{""}'
  null

KtLambdaExpression(682,686): '{""}'
  null

KtFunctionLiteral(682,686): '{""}'
  null

KtBlockExpression(683,685): '""'
  null

KtStringTemplateExpression(683,685): '""'
  null

KtNamedFunction(695,723): 'fun func(): MyClass = TODO()'
  null

KtParameterList(703,705): '()'
  null

KtTypeReference(707,714): 'MyClass'
  KaSymbolResolutionSuccess:
    symbols = [
      /MyClass
    ]

KtUserType(707,714): 'MyClass'
  KaSymbolResolutionSuccess:
    symbols = [
      /MyClass
    ]

KtNameReferenceExpression(707,714): 'MyClass'
  isImplicitReferenceToCompanion: false
  contextSensitiveResolutionStatus: NotAvailable
  lookupLocally: false
  KaSymbolResolutionSuccess:
    symbols = [
      /MyClass
    ]

KtCallExpression(717,723): 'TODO()'
  KaSymbolResolutionSuccess:
    symbols = [
      kotlin/TODO(): kotlin.Nothing
    ]

KtNameReferenceExpression(717,721): 'TODO'
  isImplicitReferenceToCompanion: false
  contextSensitiveResolutionStatus: NotAvailable
  lookupLocally: false
  KaSymbolResolutionSuccess:
    symbols = [
      kotlin/TODO(): kotlin.Nothing
    ]

KtValueArgumentList(721,723): '()'
  null

KtProperty(732,766): 'val lambdaProp = {InheritorObject}'
  null

KtLambdaExpression(749,766): '{InheritorObject}'
  null

KtFunctionLiteral(749,766): '{InheritorObject}'
  null

KtBlockExpression(750,765): 'InheritorObject'
  null

KtNameReferenceExpression(750,765): 'InheritorObject'
  isImplicitReferenceToCompanion: false
  contextSensitiveResolutionStatus: NotAvailable
  lookupLocally: false
  KaSymbolResolutionSuccess:
    symbols = [
      /MyClass.InheritorObject
    ]

KtNamedFunction(776,811): 'fun receiveMyClass(arg: MyClass) {}'
  null

KtParameterList(794,808): '(arg: MyClass)'
  null

KtParameter(795,807): 'arg: MyClass'
  null

KtTypeReference(800,807): 'MyClass'
  KaSymbolResolutionSuccess:
    symbols = [
      /MyClass
    ]

KtUserType(800,807): 'MyClass'
  KaSymbolResolutionSuccess:
    symbols = [
      /MyClass
    ]

KtNameReferenceExpression(800,807): 'MyClass'
  isImplicitReferenceToCompanion: false
  contextSensitiveResolutionStatus: NotAvailable
  lookupLocally: false
  KaSymbolResolutionSuccess:
    symbols = [
      /MyClass
    ]

KtBlockExpression(809,811): '{}'
  null

KtNamedFunction(813,1281): 'fun test0() {'
  null

KtParameterList(822,824): '()'
  null

KtBlockExpression(825,1281): '{'
  null

KtCallExpression(831,862): 'receiveMyClass(InheritorObject)'
  KaSymbolResolutionSuccess:
    symbols = [
      /receiveMyClass(arg: MyClass): kotlin.Unit
    ]

KtNameReferenceExpression(831,845): 'receiveMyClass'
  isImplicitReferenceToCompanion: false
  contextSensitiveResolutionStatus: NotAvailable
  lookupLocally: false
  KaSymbolResolutionSuccess:
    symbols = [
      /receiveMyClass(arg: MyClass): kotlin.Unit
    ]

KtValueArgumentList(845,862): '(InheritorObject)'
  null

KtValueArgument(846,861): 'InheritorObject'
  null

KtNameReferenceExpression(846,861): 'InheritorObject'
  isImplicitReferenceToCompanion: false
  contextSensitiveResolutionStatus: Used
  lookupLocally: false
  KaSymbolResolutionSuccess:
    symbols = [
      /MyClass.InheritorObject
    ]

KtCallExpression(867,894): 'receiveMyClass(propMyClass)'
  KaSymbolResolutionSuccess:
    symbols = [
      /receiveMyClass(arg: MyClass): kotlin.Unit
    ]

KtNameReferenceExpression(867,881): 'receiveMyClass'
  isImplicitReferenceToCompanion: false
  contextSensitiveResolutionStatus: NotAvailable
  lookupLocally: false
  KaSymbolResolutionSuccess:
    symbols = [
      /receiveMyClass(arg: MyClass): kotlin.Unit
    ]

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

KtValueArgument(882,893): 'propMyClass'
  null

KtNameReferenceExpression(882,893): 'propMyClass'
  isImplicitReferenceToCompanion: false
  contextSensitiveResolutionStatus: Used
  lookupLocally: false
  KaSymbolResolutionSuccess:
    symbols = [
      val propMyClass: MyClass
    ]

KtCallExpression(899,933): 'receiveMyClass(propInheritorClass)'
  KaSymbolResolutionSuccess:
    symbols = [
      /receiveMyClass(arg: MyClass): kotlin.Unit
    ]

KtNameReferenceExpression(899,913): 'receiveMyClass'
  isImplicitReferenceToCompanion: false
  contextSensitiveResolutionStatus: NotAvailable
  lookupLocally: false
  KaSymbolResolutionSuccess:
    symbols = [
      /receiveMyClass(arg: MyClass): kotlin.Unit
    ]

KtValueArgumentList(913,933): '(propInheritorClass)'
  null

KtValueArgument(914,932): 'propInheritorClass'
  null

KtNameReferenceExpression(914,932): 'propInheritorClass'
  isImplicitReferenceToCompanion: false
  contextSensitiveResolutionStatus: Used
  lookupLocally: false
  KaSymbolResolutionSuccess:
    symbols = [
      val propInheritorClass: MyClass.InheritorClass
    ]

KtCallExpression(938,973): 'receiveMyClass(propInheritorObject)'
  KaSymbolResolutionSuccess:
    symbols = [
      /receiveMyClass(arg: MyClass): kotlin.Unit
    ]

KtNameReferenceExpression(938,952): 'receiveMyClass'
  isImplicitReferenceToCompanion: false
  contextSensitiveResolutionStatus: NotAvailable
  lookupLocally: false
  KaSymbolResolutionSuccess:
    symbols = [
      /receiveMyClass(arg: MyClass): kotlin.Unit
    ]

KtValueArgumentList(952,973): '(propInheritorObject)'
  null

KtValueArgument(953,972): 'propInheritorObject'
  null

KtNameReferenceExpression(953,972): 'propInheritorObject'
  isImplicitReferenceToCompanion: false
  contextSensitiveResolutionStatus: Used
  lookupLocally: false
  KaSymbolResolutionSuccess:
    symbols = [
      val propInheritorObject: MyClass.InheritorObject
    ]

KtCallExpression(979,1007): 'receiveMyClass(NestedObject)'
  KaSymbolResolutionError:
    candidateSymbols = [
      /receiveMyClass(arg: MyClass): kotlin.Unit
    ]
    diagnostic = ERROR<ARGUMENT_TYPE_MISMATCH: Argument type mismatch: actual type is 'MyClass.NestedObject', but 'MyClass' was expected.>

KtNameReferenceExpression(979,993): 'receiveMyClass'
  isImplicitReferenceToCompanion: false
  contextSensitiveResolutionStatus: NotAvailable
  lookupLocally: false
  KaSymbolResolutionError:
    candidateSymbols = [
      /receiveMyClass(arg: MyClass): kotlin.Unit
    ]
    diagnostic = ERROR<ARGUMENT_TYPE_MISMATCH: Argument type mismatch: actual type is 'MyClass.NestedObject', but 'MyClass' was expected.>

KtValueArgumentList(993,1007): '(NestedObject)'
  null

KtValueArgument(994,1006): 'NestedObject'
  null

KtNameReferenceExpression(994,1006): 'NestedObject'
  isImplicitReferenceToCompanion: false
  contextSensitiveResolutionStatus: Used
  lookupLocally: false
  KaSymbolResolutionSuccess:
    symbols = [
      /MyClass.NestedObject
    ]

KtCallExpression(1012,1032): 'receiveMyClass(prop)'
  KaSymbolResolutionError:
    candidateSymbols = [
      /receiveMyClass(arg: MyClass): kotlin.Unit
    ]
    diagnostic = ERROR<ARGUMENT_TYPE_MISMATCH: Argument type mismatch: actual type is 'String', but 'MyClass' was expected.>

KtNameReferenceExpression(1012,1026): 'receiveMyClass'
  isImplicitReferenceToCompanion: false
  contextSensitiveResolutionStatus: NotAvailable
  lookupLocally: false
  KaSymbolResolutionError:
    candidateSymbols = [
      /receiveMyClass(arg: MyClass): kotlin.Unit
    ]
    diagnostic = ERROR<ARGUMENT_TYPE_MISMATCH: Argument type mismatch: actual type is 'String', but 'MyClass' was expected.>

KtValueArgumentList(1026,1032): '(prop)'
  null

KtValueArgument(1027,1031): 'prop'
  null

KtNameReferenceExpression(1027,1031): 'prop'
  isImplicitReferenceToCompanion: false
  contextSensitiveResolutionStatus: Used
  lookupLocally: false
  KaSymbolResolutionSuccess:
    symbols = [
      val prop: kotlin.String
    ]

KtCallExpression(1037,1062): 'receiveMyClass(superProp)'
  KaSymbolResolutionError:
    candidateSymbols = [
      /receiveMyClass(arg: MyClass): kotlin.Unit
    ]
    diagnostic = ERROR<ARGUMENT_TYPE_MISMATCH: Argument type mismatch: actual type is 'String', but 'MyClass' was expected.>

KtNameReferenceExpression(1037,1051): 'receiveMyClass'
  isImplicitReferenceToCompanion: false
  contextSensitiveResolutionStatus: NotAvailable
  lookupLocally: false
  KaSymbolResolutionError:
    candidateSymbols = [
      /receiveMyClass(arg: MyClass): kotlin.Unit
    ]
    diagnostic = ERROR<ARGUMENT_TYPE_MISMATCH: Argument type mismatch: actual type is 'String', but 'MyClass' was expected.>

KtValueArgumentList(1051,1062): '(superProp)'
  null

KtValueArgument(1052,1061): 'superProp'
  null

KtNameReferenceExpression(1052,1061): 'superProp'
  isImplicitReferenceToCompanion: false
  contextSensitiveResolutionStatus: Used
  lookupLocally: false
  KaSymbolResolutionSuccess:
    symbols = [
      val superProp: kotlin.String
    ]

KtCallExpression(1067,1092): 'receiveMyClass(constProp)'
  KaSymbolResolutionError:
    candidateSymbols = [
      /receiveMyClass(arg: MyClass): kotlin.Unit
    ]
    diagnostic = ERROR<ARGUMENT_TYPE_MISMATCH: Argument type mismatch: actual type is 'String', but 'MyClass' was expected.>

KtNameReferenceExpression(1067,1081): 'receiveMyClass'
  isImplicitReferenceToCompanion: false
  contextSensitiveResolutionStatus: NotAvailable
  lookupLocally: false
  KaSymbolResolutionError:
    candidateSymbols = [
      /receiveMyClass(arg: MyClass): kotlin.Unit
    ]
    diagnostic = ERROR<ARGUMENT_TYPE_MISMATCH: Argument type mismatch: actual type is 'String', but 'MyClass' was expected.>

KtValueArgumentList(1081,1092): '(constProp)'
  null

KtValueArgument(1082,1091): 'constProp'
  null

KtNameReferenceExpression(1082,1091): 'constProp'
  isImplicitReferenceToCompanion: false
  contextSensitiveResolutionStatus: Used
  lookupLocally: false
  KaSymbolResolutionSuccess:
    symbols = [
      val constProp: kotlin.String
    ]

KtCallExpression(1097,1121): 'receiveMyClass(lazyProp)'
  KaSymbolResolutionError:
    candidateSymbols = [
      /receiveMyClass(arg: MyClass): kotlin.Unit
    ]
    diagnostic = ERROR<ARGUMENT_TYPE_MISMATCH: Argument type mismatch: actual type is 'String', but 'MyClass' was expected.>

KtNameReferenceExpression(1097,1111): 'receiveMyClass'
  isImplicitReferenceToCompanion: false
  contextSensitiveResolutionStatus: NotAvailable
  lookupLocally: false
  KaSymbolResolutionError:
    candidateSymbols = [
      /receiveMyClass(arg: MyClass): kotlin.Unit
    ]
    diagnostic = ERROR<ARGUMENT_TYPE_MISMATCH: Argument type mismatch: actual type is 'String', but 'MyClass' was expected.>

KtValueArgumentList(1111,1121): '(lazyProp)'
  null

KtValueArgument(1112,1120): 'lazyProp'
  null

KtNameReferenceExpression(1112,1120): 'lazyProp'
  isImplicitReferenceToCompanion: false
  contextSensitiveResolutionStatus: Used
  lookupLocally: false
  KaSymbolResolutionSuccess:
    symbols = [
      val lazyProp: kotlin.String
    ]

KtCallExpression(1126,1152): 'receiveMyClass(lambdaProp)'
  KaSymbolResolutionError:
    candidateSymbols = [
      /receiveMyClass(arg: MyClass): kotlin.Unit
    ]
    diagnostic = ERROR<ARGUMENT_TYPE_MISMATCH: Argument type mismatch: actual type is '() -> MyClass.InheritorObject', but 'MyClass' was expected.>

KtNameReferenceExpression(1126,1140): 'receiveMyClass'
  isImplicitReferenceToCompanion: false
  contextSensitiveResolutionStatus: NotAvailable
  lookupLocally: false
  KaSymbolResolutionError:
    candidateSymbols = [
      /receiveMyClass(arg: MyClass): kotlin.Unit
    ]
    diagnostic = ERROR<ARGUMENT_TYPE_MISMATCH: Argument type mismatch: actual type is '() -> MyClass.InheritorObject', but 'MyClass' was expected.>

KtValueArgumentList(1140,1152): '(lambdaProp)'
  null

KtValueArgument(1141,1151): 'lambdaProp'
  null

KtNameReferenceExpression(1141,1151): 'lambdaProp'
  isImplicitReferenceToCompanion: false
  contextSensitiveResolutionStatus: Used
  lookupLocally: false
  KaSymbolResolutionSuccess:
    symbols = [
      val lambdaProp: () -> MyClass.InheritorObject
    ]

KtCallExpression(1157,1182): 'receiveMyClass(superProp)'
  KaSymbolResolutionError:
    candidateSymbols = [
      /receiveMyClass(arg: MyClass): kotlin.Unit
    ]
    diagnostic = ERROR<ARGUMENT_TYPE_MISMATCH: Argument type mismatch: actual type is 'String', but 'MyClass' was expected.>

KtNameReferenceExpression(1157,1171): 'receiveMyClass'
  isImplicitReferenceToCompanion: false
  contextSensitiveResolutionStatus: NotAvailable
  lookupLocally: false
  KaSymbolResolutionError:
    candidateSymbols = [
      /receiveMyClass(arg: MyClass): kotlin.Unit
    ]
    diagnostic = ERROR<ARGUMENT_TYPE_MISMATCH: Argument type mismatch: actual type is 'String', but 'MyClass' was expected.>

KtValueArgumentList(1171,1182): '(superProp)'
  null

KtValueArgument(1172,1181): 'superProp'
  null

KtNameReferenceExpression(1172,1181): 'superProp'
  isImplicitReferenceToCompanion: false
  contextSensitiveResolutionStatus: Used
  lookupLocally: false
  KaSymbolResolutionSuccess:
    symbols = [
      val superProp: kotlin.String
    ]

KtCallExpression(1188,1220): 'receiveMyClass(InheritorClass())'
  KaSymbolResolutionSuccess:
    symbols = [
      /receiveMyClass(arg: MyClass): kotlin.Unit
    ]

KtNameReferenceExpression(1188,1202): 'receiveMyClass'
  isImplicitReferenceToCompanion: false
  contextSensitiveResolutionStatus: NotAvailable
  lookupLocally: false
  KaSymbolResolutionSuccess:
    symbols = [
      /receiveMyClass(arg: MyClass): kotlin.Unit
    ]

KtValueArgumentList(1202,1220): '(InheritorClass())'
  null

KtValueArgument(1203,1219): 'InheritorClass()'
  null

KtCallExpression(1203,1219): 'InheritorClass()'
  KaSymbolResolutionError:
    candidateSymbols = []
    diagnostic = ERROR<UNRESOLVED_REFERENCE: Unresolved reference 'InheritorClass'.>

KtNameReferenceExpression(1203,1217): 'InheritorClass'
  isImplicitReferenceToCompanion: false
  contextSensitiveResolutionStatus: NotAvailable
  lookupLocally: false
  KaSymbolResolutionError:
    candidateSymbols = []
    diagnostic = ERROR<UNRESOLVED_REFERENCE: Unresolved reference 'InheritorClass'.>

KtValueArgumentList(1217,1219): '()'
  null

KtCallExpression(1225,1247): 'receiveMyClass(func())'
  KaSymbolResolutionSuccess:
    symbols = [
      /receiveMyClass(arg: MyClass): kotlin.Unit
    ]

KtNameReferenceExpression(1225,1239): 'receiveMyClass'
  isImplicitReferenceToCompanion: false
  contextSensitiveResolutionStatus: NotAvailable
  lookupLocally: false
  KaSymbolResolutionSuccess:
    symbols = [
      /receiveMyClass(arg: MyClass): kotlin.Unit
    ]

KtValueArgumentList(1239,1247): '(func())'
  null

KtValueArgument(1240,1246): 'func()'
  null

KtCallExpression(1240,1246): 'func()'
  KaSymbolResolutionError:
    candidateSymbols = []
    diagnostic = ERROR<UNRESOLVED_REFERENCE: Unresolved reference 'func'.>

KtNameReferenceExpression(1240,1244): 'func'
  isImplicitReferenceToCompanion: false
  contextSensitiveResolutionStatus: NotAvailable
  lookupLocally: false
  KaSymbolResolutionError:
    candidateSymbols = []
    diagnostic = ERROR<UNRESOLVED_REFERENCE: Unresolved reference 'func'.>

KtValueArgumentList(1244,1246): '()'
  null

KtCallExpression(1252,1279): 'receiveMyClass(superFunc())'
  KaSymbolResolutionSuccess:
    symbols = [
      /receiveMyClass(arg: MyClass): kotlin.Unit
    ]

KtNameReferenceExpression(1252,1266): 'receiveMyClass'
  isImplicitReferenceToCompanion: false
  contextSensitiveResolutionStatus: NotAvailable
  lookupLocally: false
  KaSymbolResolutionSuccess:
    symbols = [
      /receiveMyClass(arg: MyClass): kotlin.Unit
    ]

KtValueArgumentList(1266,1279): '(superFunc())'
  null

KtValueArgument(1267,1278): 'superFunc()'
  null

KtCallExpression(1267,1278): 'superFunc()'
  KaSymbolResolutionError:
    candidateSymbols = []
    diagnostic = ERROR<UNRESOLVED_REFERENCE: Unresolved reference 'superFunc'.>

KtNameReferenceExpression(1267,1276): 'superFunc'
  isImplicitReferenceToCompanion: false
  contextSensitiveResolutionStatus: NotAvailable
  lookupLocally: false
  KaSymbolResolutionError:
    candidateSymbols = []
    diagnostic = ERROR<UNRESOLVED_REFERENCE: Unresolved reference 'superFunc'.>

KtValueArgumentList(1276,1278): '()'
  null
