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
Diagnostics:classTestImpl needs to be abstract, since:
it has 2 unimplemented members.
/** As seen from class TestImpl, the missing signatures are as follows. * For convenience, these are usable as stub implementations.*/defid:String=???defname:String=???
Expectation
Code-Action properly implemented in dotty that allows us to implement all missing members. Also applicable to other issues similar to this such as try importing ...