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 overriding method toString in traitCompanion of type=>String;
method toString of type=>String cannot overridefinal member method toString in traitCompanioncaseclassExample(value: Int)
Expectation
Companion object inherits toString implementation from the trait.