[IR] Unbind construction methods of IrFieldImpl from symbol.descriptor
This commit is contained in:
+1
-1
@@ -234,7 +234,7 @@ interface IrBuilderExtension {
|
||||
|
||||
return originProperty.run {
|
||||
// TODO: type parameters
|
||||
IrFieldImpl(startOffset, endOffset, SERIALIZABLE_PLUGIN_ORIGIN, fieldSymbol, propertyDescriptor.type.toIrType())
|
||||
IrFieldImpl(startOffset, endOffset, SERIALIZABLE_PLUGIN_ORIGIN, propertyDescriptor, propertyDescriptor.type.toIrType(), symbol = fieldSymbol)
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user