Closed WebFreak001 closed 4 years ago
I just had a case where I had
interface MyInterface { void foo(); } class ImplA : MyInterface { } class ImplB : MyInterface { void foo() {} }
where I tried to implement MyInterface on ImplA, but it inserted the content in ImplB
I just had a case where I had
where I tried to implement MyInterface on ImplA, but it inserted the content in ImplB