IR: remove IrSimpleTypeBuilder.variance
IrCapturedType (which is a IrSimpleType) does not have variance, so it is confusing to have it in IrSimpleTypeBuilder, and it's clearer to construct type projection separately anyway.
This commit is contained in:
committed by
Space Team
parent
898d3aeea9
commit
8379e48e33
+1
-1
@@ -212,7 +212,7 @@ class IrBodyDeserializer(
|
||||
val rawType = with(IrSimpleTypeBuilder()) {
|
||||
arguments = typeParameters.memoryOptimizedMap {
|
||||
classifier = it.symbol
|
||||
buildTypeProjection()
|
||||
buildSimpleType()
|
||||
}
|
||||
classifier = klass.symbol
|
||||
buildSimpleType()
|
||||
|
||||
Reference in New Issue
Block a user