You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Pesky situation:
abstract A { boolean next(); }
class B extends A implements Iterator<> { /* inherits next() */ }
next() is detyped in A, but B needs an undetyped next().
Original issue reported on code.google.com by samskiv...@gmail.com on 3 May 2010 at 2:44
The text was updated successfully, but these errors were encountered:
Original issue reported on code.google.com by
samskiv...@gmail.com
on 3 May 2010 at 2:44The text was updated successfully, but these errors were encountered: