KtFile: 'elvisOperatorEnum.kt'
  null

KtPackageDirective(0,0): ''
  null

KtImportList(0,0): ''
  null

KtClass(78,268): 'enum class MyEnum {'
  null

KtDeclarationModifierList(78,82): 'enum'
  null

KtClassBody(96,268): '{'
  null

KtEnumEntry(102,110): 'Option1,'
  null

KtEnumEntry(111,119): 'Option2,'
  null

KtEnumEntry(120,128): 'Option3;'
  null

KtObjectDeclaration(133,266): 'companion object {'
  null

KtDeclarationModifierList(133,142): 'companion'
  null

KtClassBody(150,266): '{'
  null

KtProperty(160,190): 'val enumProp: MyEnum = Option1'
  null

KtTypeReference(174,180): 'MyEnum'
  null

KtUserType(174,180): 'MyEnum'
  null

KtNameReferenceExpression(174,180): 'MyEnum'
  null

KtNameReferenceExpression(183,190): 'Option1'
  KaCallResolutionSuccess:
    call = KaSimpleVariableAccessCall:
      contextArguments = []
      dispatchReceiver = KaImplicitReceiverValue:
        symbol = /MyEnum
        type = MyEnum.Companion
      extensionReceiver = null
      isContextSensitive = false
      kind = Read
      signature = KaVariableSignature:
        name = Option1
        receiverType = null
        returnType = MyEnum
        symbol = /MyEnum.Option1
        contextParameters = []
        callableId = /MyEnum.Option1
      typeArgumentsMapping = {}

KtProperty(199,226): 'val stringProp: String = ""'
  null

KtTypeReference(215,221): 'String'
  null

KtUserType(215,221): 'String'
  null

KtNameReferenceExpression(215,221): 'String'
  null

KtStringTemplateExpression(224,226): '""'
  null

KtNamedFunction(235,260): 'fun getOption() = Option1'
  null

KtParameterList(248,250): '()'
  null

KtNameReferenceExpression(253,260): 'Option1'
  KaCallResolutionSuccess:
    call = KaSimpleVariableAccessCall:
      contextArguments = []
      dispatchReceiver = KaImplicitReceiverValue:
        symbol = /MyEnum
        type = MyEnum.Companion
      extensionReceiver = null
      isContextSensitive = false
      kind = Read
      signature = KaVariableSignature:
        name = Option1
        receiverType = null
        returnType = MyEnum
        symbol = /MyEnum.Option1
        contextParameters = []
        callableId = /MyEnum.Option1
      typeArgumentsMapping = {}

KtNamedFunction(270,293): 'fun <T>receive(e: T) {}'
  null

KtTypeParameterList(274,277): '<T>'
  null

KtTypeParameter(275,276): 'T'
  null

KtParameterList(284,290): '(e: T)'
  null

KtParameter(285,289): 'e: T'
  null

KtTypeReference(288,289): 'T'
  null

KtUserType(288,289): 'T'
  null

KtNameReferenceExpression(288,289): 'T'
  null

KtBlockExpression(291,293): '{}'
  null

KtProperty(294,330): 'val EnumOptionAlias = MyEnum.Option1'
  null

KtDotQualifiedExpression(316,330): 'MyEnum.Option1'
  KaCallResolutionSuccess:
    call = KaSimpleVariableAccessCall:
      contextArguments = []
      dispatchReceiver = KaExplicitReceiverValue:
        expression = MyEnum
        isSafeNavigation = false
        type = MyEnum.Companion
      extensionReceiver = null
      isContextSensitive = false
      kind = Read
      signature = KaVariableSignature:
        name = Option1
        receiverType = null
        returnType = MyEnum
        symbol = /MyEnum.Option1
        contextParameters = []
        callableId = /MyEnum.Option1
      typeArgumentsMapping = {}

KtNameReferenceExpression(316,322): 'MyEnum'
  null

KtNameReferenceExpression(323,330): 'Option1'
  KaCallResolutionSuccess:
    call = KaSimpleVariableAccessCall:
      contextArguments = []
      dispatchReceiver = KaExplicitReceiverValue:
        expression = MyEnum
        isSafeNavigation = false
        type = MyEnum.Companion
      extensionReceiver = null
      isContextSensitive = false
      kind = Read
      signature = KaVariableSignature:
        name = Option1
        receiverType = null
        returnType = MyEnum
        symbol = /MyEnum.Option1
        contextParameters = []
        callableId = /MyEnum.Option1
      typeArgumentsMapping = {}

KtNamedFunction(332,742): 'fun testElvis() {'
  null

KtParameterList(345,347): '()'
  null

KtBlockExpression(348,742): '{'
  null

KtProperty(354,390): 'var i10: MyEnum = Option1 ?: Option2'
  null

KtTypeReference(363,369): 'MyEnum'
  null

KtUserType(363,369): 'MyEnum'
  null

KtNameReferenceExpression(363,369): 'MyEnum'
  null

KtBinaryExpression(372,390): 'Option1 ?: Option2'
  null

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

KtOperationReferenceExpression(380,382): '?:'
  null

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

KtProperty(395,432): 'var i11: MyEnum? = Option1 ?: Option2'
  null

KtTypeReference(404,411): 'MyEnum?'
  null

KtNullableType(404,411): 'MyEnum?'
  null

KtUserType(404,410): 'MyEnum'
  null

KtNameReferenceExpression(404,410): 'MyEnum'
  null

KtBinaryExpression(414,432): 'Option1 ?: Option2'
  null

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

KtOperationReferenceExpression(422,424): '?:'
  null

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

KtProperty(437,474): 'var i20: MyEnum = enumProp ?: Option2'
  null

KtTypeReference(446,452): 'MyEnum'
  null

KtUserType(446,452): 'MyEnum'
  null

KtNameReferenceExpression(446,452): 'MyEnum'
  null

KtBinaryExpression(455,474): 'enumProp ?: Option2'
  null

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

KtOperationReferenceExpression(464,466): '?:'
  null

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

KtProperty(479,519): 'var i30: MyEnum = enumProp ?: stringProp'
  null

KtTypeReference(488,494): 'MyEnum'
  null

KtUserType(488,494): 'MyEnum'
  null

KtNameReferenceExpression(488,494): 'MyEnum'
  null

KtBinaryExpression(497,519): 'enumProp ?: stringProp'
  null

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

KtOperationReferenceExpression(506,508): '?:'
  null

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

KtProperty(524,564): 'var i40: MyEnum = stringProp ?: enumProp'
  null

KtTypeReference(533,539): 'MyEnum'
  null

KtUserType(533,539): 'MyEnum'
  null

KtNameReferenceExpression(533,539): 'MyEnum'
  null

KtBinaryExpression(542,564): 'stringProp ?: enumProp'
  null

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

KtOperationReferenceExpression(553,555): '?:'
  null

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

KtProperty(569,610): 'var i50: MyEnum = getOption() ?: enumProp'
  null

KtTypeReference(578,584): 'MyEnum'
  null

KtUserType(578,584): 'MyEnum'
  null

KtNameReferenceExpression(578,584): 'MyEnum'
  null

KtBinaryExpression(587,610): 'getOption() ?: enumProp'
  null

KtCallExpression(587,598): 'getOption()'
  KaCallResolutionError:
    candidateCalls = []
    diagnostic = ERROR<UNRESOLVED_REFERENCE: Unresolved reference 'getOption'.>

KtNameReferenceExpression(587,596): 'getOption'
  KaCallResolutionError:
    candidateCalls = []
    diagnostic = ERROR<UNRESOLVED_REFERENCE: Unresolved reference 'getOption'.>

KtValueArgumentList(596,598): '()'
  null

KtOperationReferenceExpression(599,601): '?:'
  null

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

KtCallExpression(616,651): 'receive<MyEnum>(Option1 ?: Option2)'
  KaCallResolutionSuccess:
    call = KaSimpleFunctionCall:
      contextArgumentMapping = {}
      contextArguments = []
      dispatchReceiver = null
      extensionReceiver = null
      signature = KaFunctionSignature:
        receiverType = null
        returnType = kotlin.Unit
        symbol = /receive(e: T): kotlin.Unit
        valueParameters = [
          KaVariableSignature:
            name = e
            receiverType = null
            returnType = MyEnum
            symbol = e: T
            contextParameters = []
            callableId = null
        ]
        contextParameters = []
        callableId = /receive
      typeArgumentsMapping = {
        T -> (MyEnum)
      }
      valueArgumentMapping = {
        Option1 ?: Option2 -> (KaVariableSignature:
          name = e
          receiverType = null
          returnType = MyEnum
          symbol = e: T
          contextParameters = []
          callableId = null)
      }

KtNameReferenceExpression(616,623): 'receive'
  KaCallResolutionSuccess:
    call = KaSimpleFunctionCall:
      contextArgumentMapping = {}
      contextArguments = []
      dispatchReceiver = null
      extensionReceiver = null
      signature = KaFunctionSignature:
        receiverType = null
        returnType = kotlin.Unit
        symbol = /receive(e: T): kotlin.Unit
        valueParameters = [
          KaVariableSignature:
            name = e
            receiverType = null
            returnType = MyEnum
            symbol = e: T
            contextParameters = []
            callableId = null
        ]
        contextParameters = []
        callableId = /receive
      typeArgumentsMapping = {
        T -> (MyEnum)
      }
      valueArgumentMapping = {
        Option1 ?: Option2 -> (KaVariableSignature:
          name = e
          receiverType = null
          returnType = MyEnum
          symbol = e: T
          contextParameters = []
          callableId = null)
      }

KtTypeArgumentList(623,631): '<MyEnum>'
  null

KtTypeProjection(624,630): 'MyEnum'
  null

KtTypeReference(624,630): 'MyEnum'
  null

KtUserType(624,630): 'MyEnum'
  null

KtNameReferenceExpression(624,630): 'MyEnum'
  null

KtValueArgumentList(631,651): '(Option1 ?: Option2)'
  null

KtValueArgument(632,650): 'Option1 ?: Option2'
  null

KtBinaryExpression(632,650): 'Option1 ?: Option2'
  null

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

KtOperationReferenceExpression(640,642): '?:'
  null

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

KtCallExpression(656,695): 'receive<MyEnum>(enumProp ?: stringProp)'
  KaCallResolutionError:
    candidateCalls = [
      KaSimpleFunctionCall:
        contextArgumentMapping = {}
        contextArguments = []
        dispatchReceiver = null
        extensionReceiver = null
        signature = KaFunctionSignature:
          receiverType = null
          returnType = kotlin.Unit
          symbol = /receive(e: T): kotlin.Unit
          valueParameters = [
            KaVariableSignature:
              name = e
              receiverType = null
              returnType = MyEnum
              symbol = e: T
              contextParameters = []
              callableId = null
          ]
          contextParameters = []
          callableId = /receive
        typeArgumentsMapping = {
          T -> (MyEnum)
        }
        valueArgumentMapping = {
          enumProp ?: stringProp -> (KaVariableSignature:
            name = e
            receiverType = null
            returnType = MyEnum
            symbol = e: T
            contextParameters = []
            callableId = null)
        }
    ]
    diagnostic = ERROR<ARGUMENT_TYPE_MISMATCH: Argument type mismatch: actual type is 'String', but 'MyEnum' was expected.>

KtNameReferenceExpression(656,663): 'receive'
  KaCallResolutionError:
    candidateCalls = [
      KaSimpleFunctionCall:
        contextArgumentMapping = {}
        contextArguments = []
        dispatchReceiver = null
        extensionReceiver = null
        signature = KaFunctionSignature:
          receiverType = null
          returnType = kotlin.Unit
          symbol = /receive(e: T): kotlin.Unit
          valueParameters = [
            KaVariableSignature:
              name = e
              receiverType = null
              returnType = MyEnum
              symbol = e: T
              contextParameters = []
              callableId = null
          ]
          contextParameters = []
          callableId = /receive
        typeArgumentsMapping = {
          T -> (MyEnum)
        }
        valueArgumentMapping = {
          enumProp ?: stringProp -> (KaVariableSignature:
            name = e
            receiverType = null
            returnType = MyEnum
            symbol = e: T
            contextParameters = []
            callableId = null)
        }
    ]
    diagnostic = ERROR<ARGUMENT_TYPE_MISMATCH: Argument type mismatch: actual type is 'String', but 'MyEnum' was expected.>

KtTypeArgumentList(663,671): '<MyEnum>'
  null

KtTypeProjection(664,670): 'MyEnum'
  null

KtTypeReference(664,670): 'MyEnum'
  null

KtUserType(664,670): 'MyEnum'
  null

KtNameReferenceExpression(664,670): 'MyEnum'
  null

KtValueArgumentList(671,695): '(enumProp ?: stringProp)'
  null

KtValueArgument(672,694): 'enumProp ?: stringProp'
  null

KtBinaryExpression(672,694): 'enumProp ?: stringProp'
  null

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

KtOperationReferenceExpression(681,683): '?:'
  null

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

KtCallExpression(700,740): 'receive<MyEnum>(enumProp ?: getOption())'
  KaCallResolutionSuccess:
    call = KaSimpleFunctionCall:
      contextArgumentMapping = {}
      contextArguments = []
      dispatchReceiver = null
      extensionReceiver = null
      signature = KaFunctionSignature:
        receiverType = null
        returnType = kotlin.Unit
        symbol = /receive(e: T): kotlin.Unit
        valueParameters = [
          KaVariableSignature:
            name = e
            receiverType = null
            returnType = MyEnum
            symbol = e: T
            contextParameters = []
            callableId = null
        ]
        contextParameters = []
        callableId = /receive
      typeArgumentsMapping = {
        T -> (MyEnum)
      }
      valueArgumentMapping = {
        enumProp ?: getOption() -> (KaVariableSignature:
          name = e
          receiverType = null
          returnType = MyEnum
          symbol = e: T
          contextParameters = []
          callableId = null)
      }

KtNameReferenceExpression(700,707): 'receive'
  KaCallResolutionSuccess:
    call = KaSimpleFunctionCall:
      contextArgumentMapping = {}
      contextArguments = []
      dispatchReceiver = null
      extensionReceiver = null
      signature = KaFunctionSignature:
        receiverType = null
        returnType = kotlin.Unit
        symbol = /receive(e: T): kotlin.Unit
        valueParameters = [
          KaVariableSignature:
            name = e
            receiverType = null
            returnType = MyEnum
            symbol = e: T
            contextParameters = []
            callableId = null
        ]
        contextParameters = []
        callableId = /receive
      typeArgumentsMapping = {
        T -> (MyEnum)
      }
      valueArgumentMapping = {
        enumProp ?: getOption() -> (KaVariableSignature:
          name = e
          receiverType = null
          returnType = MyEnum
          symbol = e: T
          contextParameters = []
          callableId = null)
      }

KtTypeArgumentList(707,715): '<MyEnum>'
  null

KtTypeProjection(708,714): 'MyEnum'
  null

KtTypeReference(708,714): 'MyEnum'
  null

KtUserType(708,714): 'MyEnum'
  null

KtNameReferenceExpression(708,714): 'MyEnum'
  null

KtValueArgumentList(715,740): '(enumProp ?: getOption())'
  null

KtValueArgument(716,739): 'enumProp ?: getOption()'
  null

KtBinaryExpression(716,739): 'enumProp ?: getOption()'
  null

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

KtOperationReferenceExpression(725,727): '?:'
  null

KtCallExpression(728,739): 'getOption()'
  KaCallResolutionError:
    candidateCalls = []
    diagnostic = ERROR<UNRESOLVED_REFERENCE: Unresolved reference 'getOption'.>

KtNameReferenceExpression(728,737): 'getOption'
  KaCallResolutionError:
    candidateCalls = []
    diagnostic = ERROR<UNRESOLVED_REFERENCE: Unresolved reference 'getOption'.>

KtValueArgumentList(737,739): '()'
  null
