Remove obsolete @OptIn(ExperimentalStdlibApi::class) annotations
They were added when `buildList`, `buildMap` and `buildSet` were experimental. ^KT-62510
This commit is contained in:
committed by
Space Team
parent
376d27dc6a
commit
f11cb277cd
-1
@@ -20,7 +20,6 @@ import org.jetbrains.org.objectweb.asm.tree.MethodNode
|
||||
private val BOXING_CLASS_INTERNAL_NAME =
|
||||
StandardNames.COROUTINES_JVM_INTERNAL_PACKAGE_FQ_NAME.child(Name.identifier("Boxing")).topLevelClassInternalName()
|
||||
|
||||
@OptIn(ExperimentalStdlibApi::class)
|
||||
object ChangeBoxingMethodTransformer : MethodTransformer() {
|
||||
private val wrapperToInternalBoxing: Map<String, String>
|
||||
|
||||
|
||||
Reference in New Issue
Block a user