Join Slack
Powered by
Your outer class probably also has a parameter `&l...
# announcements
k
karelpeeters
04/14/2019, 5:53 PM
Your outer class probably also has a parameter
<T>
, and your inner class is shadowing that one. You probably don't want an independent one for the inner class, so remove that.
2
Views
Open in Slack
Previous
Next