Removed sorting of upper bounds in renderer.
Removed corresponding test.
This commit is contained in:
@@ -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, ", "));
|
||||
|
||||
Reference in New Issue
Block a user