Expose transformAnnotations from DeepCopyIrTree
This commit is contained in:
committed by
Dmitry Petrov
parent
d1b6e8901a
commit
35cf7c4db3
@@ -179,7 +179,7 @@ open class DeepCopyIrTree : IrElementTransformerVoid() {
|
||||
}
|
||||
}
|
||||
|
||||
private fun IrAnnotationContainer.transformAnnotations(original: IrAnnotationContainer) {
|
||||
protected fun IrAnnotationContainer.transformAnnotations(original: IrAnnotationContainer) {
|
||||
original.annotations.mapTo(annotations) { it.transform() }
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user