[ci] Only build the additional profiles on one arch instead of everywhere
[mono-project.git] / mcs / errors / cs0525.cs
blob9e225c6dedb7bf79ee359760ca248b1dfb97d49c
1 // CS0525: Interfaces cannot contain fields or constants
2 // Line: 6
4 interface Interface
5 {
6 bool value = false;