Remove useless OptIn annotation
This commit is contained in:
committed by
Ilmir Usmanov
parent
b13822bb2d
commit
165ba85337
-1
@@ -139,7 +139,6 @@ private class SuspendLambdaLowering(context: JvmBackendContext) : SuspendLowerin
|
||||
}
|
||||
}
|
||||
|
||||
@OptIn(ObsoleteDescriptorBasedAPI::class)
|
||||
private fun generateContinuationClassForLambda(reference: IrFunctionReference, parent: IrDeclarationParent): IrClass =
|
||||
context.irFactory.buildClass {
|
||||
name = SpecialNames.NO_NAME_PROVIDED
|
||||
|
||||
Reference in New Issue
Block a user