mirror of
https://github.com/fankes/moshi.git
synced 2025-10-19 16:09:21 +08:00
Before - we would always add the constructor property even if the class had no default constructor parameters. Apparently -Werror doesn't flag this as a warning either, so we didn't catch it before