Closed lonskiTomasz closed 2 years ago
Thanks for your contribution. Looks good 👍
Could you please add the following points:
README.md
file to the table of the supported types.nullable
primitives: something like this val x: Pair<Int?, ListTest.Item> = instance()
. Same for Tripple.Thanks for your contribution. Looks good 👍
Could you please add the following points:
- Add Pair and Triple to the
README.md
file to the table of the supported types.- Add a few more tests for
nullable
primitives: something like thisval x: Pair<Int?, ListTest.Item> = instance()
. Same for Tripple.
@sockeqwe I added information to the README about new supported types and a few more tests with nullability. Please review the changes 🎉
Thanks you 👍
What was added?
Support for Pair and Triple classes.