[IR] Mark IrFunctionWithLateBindingImpl with an opt-in annotation
KT-59318
This commit is contained in:
committed by
Space Team
parent
41197392f9
commit
d493d76dc7
@@ -83,7 +83,7 @@ class IrFunctionImpl @IrImplementationDetail constructor(
|
|||||||
override var correspondingPropertySymbol: IrPropertySymbol? = null
|
override var correspondingPropertySymbol: IrPropertySymbol? = null
|
||||||
}
|
}
|
||||||
|
|
||||||
class IrFunctionWithLateBindingImpl(
|
class IrFunctionWithLateBindingImpl @IrImplementationDetail constructor(
|
||||||
override val startOffset: Int,
|
override val startOffset: Int,
|
||||||
override val endOffset: Int,
|
override val endOffset: Int,
|
||||||
override var origin: IrDeclarationOrigin,
|
override var origin: IrDeclarationOrigin,
|
||||||
|
|||||||
Reference in New Issue
Block a user