Removed renderTypeWithShortNames from API of DescriptorRenderer.

This commit is contained in:
Evgeny Gerashchenko
2012-12-11 22:22:16 +04:00
parent cd2e619364
commit f6e9b0e234
6 changed files with 30 additions and 32 deletions
@@ -106,7 +106,7 @@ public class TypeSubstitutorTest extends KotlinTestWithEnvironment {
JetType result = substitutor.substitute(initialType, Variance.INVARIANT);
assertEquals(expectedTypeStr, DescriptorRendererImpl.TEXT.renderTypeWithShortNames(result));
assertEquals(expectedTypeStr, DescriptorRendererImpl.SHORT_NAMES_IN_TYPES.renderType(result));
}
private Map<TypeConstructor, TypeProjection> stringsToSubstitutionMap(Pair<String, String>[] substitutionStrs) {