Add test coverage for TypeClasses witness resolution#7
Conversation
Co-authored-by: Garciat <118277+Garciat@users.noreply.github.com>
Co-authored-by: Garciat <118277+Garciat@users.noreply.github.com>
Co-authored-by: Garciat <118277+Garciat@users.noreply.github.com>
…Maybe types Co-authored-by: Garciat <118277+Garciat@users.noreply.github.com>
…assertions, add generic method test, remove format tests Co-authored-by: Garciat <118277+Garciat@users.noreply.github.com>
|
@copilot let's switch assertions to use AssertJ assertions like |
Co-authored-by: Garciat <118277+Garciat@users.noreply.github.com>
Done! Switched all test assertions to use AssertJ with the latest version (3.27.3). All assertions now use |
…variables in UnificationTest Co-authored-by: Garciat <118277+Garciat@users.noreply.github.com>
Co-authored-by: Garciat <118277+Garciat@users.noreply.github.com>
|
@copilot finally, let's avoid wildcard imports. Use only explicit imports. By the way, why isn't |
Co-authored-by: Garciat <118277+Garciat@users.noreply.github.com>
…riables in ParsedTypeTest Co-authored-by: Garciat <118277+Garciat@users.noreply.github.com>
Done! Replaced wildcard imports ( Regarding why To enforce this rule, you could:
Example Checkstyle configuration: <module name="AvoidStarImport">
<property name="allowStaticMemberImports" value="false"/>
</module> |
|
@copilot cool, could you create a new PR where you figure out those static checks? Prefer Error Prone as that seems more advanced and flexible. Along the way, also add NullAway checking. |
…edType, types, fieldType) Co-authored-by: Garciat <118277+Garciat@users.noreply.github.com>
Original prompt
💬 We'd love your input! Share your thoughts on Copilot coding agent in our 2 minute survey.