// cs0531.cs: 'Interface.Foo()' : interface members cannot have a definition // Line: 5 public interface Interface { void Foo () { } }