mirror of
https://github.com/fankes/moshi.git
synced 2025-10-19 16:09:21 +08:00
* Fix broken test This test suite doesn't run on CI builds but fails locally since the method was moved * Add multiple constructors test case * Implement TypeName.asTypeBlock() * Make DEFAULT_CONSTRUCTOR_MARKER public * Look up constructor via getDeclaredConstructor with exact param types Resolves #975 * Remove dead code