KtNameReferenceExpression(134,141): 'MyAlias'
  KaCallResolutionSuccess:
    call = KaCallableReferenceCall:
      contextArguments = []
      dispatchReceiver = null
      extensionReceiver = null
      signature = KaFunctionSignature:
        receiverType = null
        returnType = {test.MyAlias<kotlin.String>=} test.MyClass<kotlin.String>
        symbol = <constructor>(t: TT): {test.MyAlias<TT>=} test.MyClass<TT>
        valueParameters = [
          KaVariableSignature:
            name = t
            receiverType = null
            returnType = kotlin.String
            symbol = t: TT
            contextParameters = []
            callableId = null
        ]
        contextParameters = []
        callableId = null
      typeArgumentsMapping = {
        TT -> (kotlin.String)
      }