Hopefully fixed EA-71700 and EA-71699
#EA-71700 Fixed #EA-71699 Fixed
This commit is contained in:
@@ -77,7 +77,9 @@ class FuzzyType(
|
||||
}
|
||||
|
||||
for (argument in type.getArguments()) {
|
||||
addUsedTypeParameters(argument.getType())
|
||||
if (!argument.isStarProjection) { // otherwise we can fall into infinite recursion
|
||||
addUsedTypeParameters(argument.getType())
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user