[IR] Rename IrSymbolInternals to UnsafeDuringIrConstructionAPI
The new name more precisely describes the meaning of this opt-int
This commit is contained in:
committed by
Space Team
parent
38ebe60e9f
commit
fb8bf19091
@@ -351,7 +351,7 @@ object IrTree : AbstractTreeBuilder() {
|
||||
declaration of source classes, e.g. for java source classes)
|
||||
""".trimIndent()
|
||||
generationCallback = {
|
||||
addAnnotation(ClassName("org.jetbrains.kotlin.ir.symbols", "IrSymbolInternals"))
|
||||
addAnnotation(ClassName("org.jetbrains.kotlin.ir.symbols", "UnsafeDuringIrConstructionAPI"))
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user