[IR] Fixed a problem in FunctionInlining
#KT-64868 Fixed
This commit is contained in:
+1
-1
@@ -282,7 +282,7 @@ internal val functionInliningPhase = makeIrModulePhase(
|
||||
{ context ->
|
||||
class JvmInlineFunctionResolver : InlineFunctionResolver {
|
||||
override fun getFunctionDeclaration(symbol: IrFunctionSymbol): IrFunction {
|
||||
return (symbol.owner as? IrSimpleFunction)?.resolveFakeOverride() ?: symbol.owner
|
||||
return symbol.owner
|
||||
}
|
||||
|
||||
override fun getFunctionSymbol(irFunction: IrFunction): IrFunctionSymbol {
|
||||
|
||||
Reference in New Issue
Block a user