Fixed extra argument in function call after rebase

This commit is contained in:
Leonid Startsev
2019-07-05 18:48:51 +03:00
parent 80ddac64e0
commit 4379780ff8

View File

@@ -364,7 +364,6 @@ fun AbstractSerialGenerator.getSerialTypeInfo(property: SerializableProperty, ty
serializer = findTypeSerializerOrContext(
property.module,
property.type,
property.descriptor.annotations,
property.descriptor.findPsi()
)
}