// cs0526.cs: Interfaces cannot contain constructors // Line: 5 public interface Interface { public Interface () { } }