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
It seems everything after "extends" turns into an identifier, when it should just be the very next word since there's only single inheritance. This is a problem if you implement an interface...
It seems everything after "extends" turns into an identifier, when it should just be the very next word since there's only single inheritance. This is a problem if you implement an interface...