KT-6393 Smart completion of anonymous object inserts type with "!" for type parameter

#KT-6393 Fixed
This commit is contained in:
Valentin Kipyatkov
2015-05-08 11:36:30 +03:00
parent 833d474876
commit ce3492f270
14 changed files with 104 additions and 58 deletions
@@ -485,7 +485,7 @@ public class DescriptorRendererImpl implements DescriptorRenderer {
if (typeProjection.getProjectionKind() != Variance.INVARIANT) {
builder.append(typeProjection.getProjectionKind()).append(" ");
}
builder.append(renderNormalizedType(typeProjection.getType()));
builder.append(renderType(typeProjection.getType()));
}
if (iterator.hasNext()) {
builder.append(", ");