class A { void foo() {}} interface B { void foo();} class C: A, B {} void main() { C obj = new C;}
Standard input is empty
prog.d(9): Error: class prog.C interface function B.foo is not implemented
Standard output is empty
The brand new service which powers Ideone!
Widget for compiling and running the source code in a web browser!