Fixed extra argument in function call after rebase
This commit is contained in:
-1
@@ -364,7 +364,6 @@ fun AbstractSerialGenerator.getSerialTypeInfo(property: SerializableProperty, ty
|
|||||||
serializer = findTypeSerializerOrContext(
|
serializer = findTypeSerializerOrContext(
|
||||||
property.module,
|
property.module,
|
||||||
property.type,
|
property.type,
|
||||||
property.descriptor.annotations,
|
|
||||||
property.descriptor.findPsi()
|
property.descriptor.findPsi()
|
||||||
)
|
)
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user