KtPropertyDelegate(74,109): 'by GenericDelegate<String>("hello")'
  KaCompoundSymbolResolutionError:
    attempts = [
      KaSymbolResolutionSuccess:
        symbols = [
          myPack/GenericDelegate.setValue(<dispatch receiver>: myPack.GenericDelegate<T>, thisRef: kotlin.Any?, property: kotlin.reflect.KProperty<*>, newValue: T): kotlin.Unit
        ],
      KaSymbolResolutionError:
        candidateSymbols = [
          myPack/getValue(<extension receiver>: kotlin.Int, thisRef: kotlin.Any?, property: kotlin.reflect.KProperty<*>): ERROR CLASS: Symbol not found for T
        ]
        diagnostic = ERROR<UNRESOLVED_REFERENCE_WRONG_RECEIVER: Candidate 'fun Int.getValue(thisRef: Any?, property: KProperty<*>): ??? (Unresolved qualified name: T)' is inapplicable because of a receiver type mismatch.>
    ]
