// cs0525.cs: Interfaces cannot contain fields // Line: 9 interface Interface { const bool value = false; }