Hopefully fixed EA-71700 and EA-71699

#EA-71700 Fixed
 #EA-71699 Fixed
This commit is contained in:
Valentin Kipyatkov
2015-08-14 14:31:43 +03:00
parent cd8fa97a20
commit da16a4017e
2 changed files with 9 additions and 6 deletions
@@ -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())
}
}
}