Replies: 1 comment
-
Stumbled accross this issue today as well |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Currently Abstract Methods Can Be Declared With Different Generic Arguments, But During Implementations User Might Implement The Same Type For Different Generic Parameters, Therefore Causing Abstract Methods To Be Duplicate.
In such cases, the compiler should be able to resolve this issue by using only one method.
Beta Was this translation helpful? Give feedback.
All reactions