naver / fixture-monkey

Let Fixture Monkey generate test instances including edge cases automatically
https://naver.github.io/fixture-monkey
Apache License 2.0
560 stars 89 forks source link

fix: Change Java Integer type to Int type in Kotlin #915

Closed songkg7 closed 7 months ago

songkg7 commented 8 months ago

Summary

Kotlin uses Int instead of Integer, but I will fix the parts of the Kotlin example that are written as Integer.

In my opinion, this is more Kotlin-like.