KtNameReferenceExpression(10,13): 'Int'
  KtSimpleNameReference:
    (in kotlin) class Intprivate constructor : kotlin.Number(), kotlin.Comparable<kotlin.Int>, java.io.Serializable

KtNameReferenceExpression(25,28): 'Int'
  KtSimpleNameReference:
    (in kotlin) class Intprivate constructor : kotlin.Number(), kotlin.Comparable<kotlin.Int>, java.io.Serializable

KtNameReferenceExpression(31,34): 'Int'
  KtSimpleNameReference:
    (in kotlin) class Intprivate constructor : kotlin.Number(), kotlin.Comparable<kotlin.Int>, java.io.Serializable

KtNameReferenceExpression(37,41): 'this'
  KtSimpleNameReference:
    extension receiver with type kotlin.Int

KtOperationReferenceExpression(42,43): '-'
  KtSimpleNameReference:
    (in kotlin.Int) operator fun minus(other: kotlin.Int): kotlin.Int

KtNameReferenceExpression(44,45): 'i'
  KtSimpleNameReference:
    i: kotlin.Int

KtNameReferenceExpression(68,71): 'Int'
  KtSimpleNameReference:
    (in kotlin) class Intprivate constructor : kotlin.Number(), kotlin.Comparable<kotlin.Int>, java.io.Serializable

KtNameReferenceExpression(98,107): 'parameter'
  KtSimpleNameReference:
    parameter: kotlin.Int

KtOperationReferenceExpression(108,115): 'myMinus'
  KtSimpleNameReference:
    (in ROOT) infix fun kotlin.Int.myMinus(i: kotlin.Int): kotlin.Int

KtNameReferenceExpression(145,157): 'newParameter'
  KtSimpleNameReference:
    (in <local>: usage) val newParameter: kotlin.Int

KtOperationReferenceExpression(158,159): '+'
  KtSimpleNameReference:
    (in kotlin.Int) operator fun plus(other: kotlin.Int): kotlin.Int

KtOperationReferenceExpression(162,169): 'myMinus'
  KtSimpleNameReference:
    (in ROOT) infix fun kotlin.Int.myMinus(i: kotlin.Int): kotlin.Int

KtNameReferenceExpression(195,207): 'newParameter'
  KtSimpleNameReference:
    (in <local>: usage) val newParameter: kotlin.Int

KtCallExpression(208,249): 'plus(parameter.myMinus(oneMoreParameter))'
  KtInvokeFunctionReference:
    Nothing (Unresolved reference)

KtNameReferenceExpression(208,212): 'plus'
  KtSimpleNameReference:
    (in kotlin.Int) operator fun plus(other: kotlin.Int): kotlin.Int

KtNameReferenceExpression(213,222): 'parameter'
  KtSimpleNameReference:
    parameter: kotlin.Int

KtCallExpression(223,248): 'myMinus(oneMoreParameter)'
  KtInvokeFunctionReference:
    Nothing (Unresolved reference)

KtNameReferenceExpression(223,230): 'myMinus'
  KtSimpleNameReference:
    (in ROOT) infix fun kotlin.Int.myMinus(i: kotlin.Int): kotlin.Int

KtNameReferenceExpression(231,247): 'oneMoreParameter'
  KtSimpleNameReference:
    (in <local>: usage) val oneMoreParameter: kotlin.Int