This commit is contained in:
Jacek Sieka 2019-06-28 09:51:28 +02:00
parent 6bbde4d3a0
commit 6025b5d3a7
No known key found for this signature in database
GPG Key ID: A1B09461ABB656B8
1 changed files with 1 additions and 1 deletions

View File

@ -20,7 +20,7 @@ type
f: Foo
# Baz should use custom serialization
# The `i` field should be multiplied by two while deserialing and
# The `i` field should be multiplied by two while deserializing and
# `ignored` field should be set to 10
Baz = object
f: Foo