-
-
Notifications
You must be signed in to change notification settings - Fork 953
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
fix: fix unique method types #457
Conversation
Codecov Report
@@ Coverage Diff @@
## main #457 +/- ##
==========================================
- Coverage 99.33% 99.33% -0.01%
==========================================
Files 1920 1920
Lines 174378 174323 -55
Branches 896 896
==========================================
- Hits 173219 173163 -56
- Misses 1103 1104 +1
Partials 56 56
|
Did you see #333 ? |
No, i didn't see it (or forgot about it). |
b41fb61
to
2279c0b
Compare
2279c0b
to
baaba6d
Compare
Fixes #456
Note: There is a slight imprecision I couldn't remove.
It is possible to omit the parameters, although the referenced method requires them.
If I fix that, it is no longer possible to omit the empty parameter array.