KT-6393 Smart completion of anonymous object inserts type with "!" for type parameter
#KT-6393 Fixed
This commit is contained in:
@@ -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(", ");
|
||||
|
||||
Reference in New Issue
Block a user