Removed sorting of upper bounds in renderer.

Removed corresponding test.
This commit is contained in:
Evgeny Gerashchenko
2012-12-28 11:03:44 +04:00
parent 6fa36d330c
commit c041fc8fea
15 changed files with 11 additions and 47 deletions
@@ -473,8 +473,6 @@ public class DescriptorRendererImpl implements DescriptorRenderer {
}
}
}
Collections.sort(upperBoundStrings); // TODO workaround for failing load kotlin test
if (!upperBoundStrings.isEmpty()) {
builder.append(" ").append(renderKeyword("where")).append(" ");
builder.append(StringUtil.join(upperBoundStrings, ", "));