[NI] Fix mapping of type arguments to parameters for inner classes
This commit is contained in:
+1
-1
@@ -140,7 +140,7 @@ internal object CreateFreshVariablesSubstitutor : ResolutionPart() {
|
||||
return
|
||||
}
|
||||
|
||||
val typeParameters = candidateDescriptor.typeParameters
|
||||
val typeParameters = candidateDescriptor.original.typeParameters
|
||||
for (index in typeParameters.indices) {
|
||||
val typeParameter = typeParameters[index]
|
||||
val freshVariable = toFreshVariables.freshVariables[index]
|
||||
|
||||
Reference in New Issue
Block a user