// CS1966: `C': cannot implement a dynamic interface `I' // Line: 8 interface I { } class C : I { }