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