[IR] Unbind construction methods of IrFunctionImpl from symbol.descriptor
This commit is contained in:
+2
-1
@@ -252,7 +252,8 @@ interface IrBuilderExtension {
|
||||
fieldSymbol.owner.endOffset,
|
||||
SERIALIZABLE_PLUGIN_ORIGIN,
|
||||
symbol,
|
||||
descriptor.returnType!!.toIrType()
|
||||
descriptor.returnType!!.toIrType(),
|
||||
descriptor
|
||||
).also { f ->
|
||||
generateOverriddenFunctionSymbols(f, compilerContext.symbolTable)
|
||||
f.createParameterDeclarations(receiver = null)
|
||||
|
||||
Reference in New Issue
Block a user