1 2 3 4 5 6 7
// CS0525: Interfaces cannot contain fields or constants // Line: 6 interface Interface { bool value = false; }