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
error: class Bar needs to be abstract, since def f: (i: Int)Unit is not defined
(Note that TypeRef(TermRef(ThisType(TypeRef(NoPrefix,<root>)),scala),Int) does not match TypeRef(TermRef(ThisType(TypeRef(NoPrefix,scala)),Predef),String))
class Bar extends Foo {
^