2010-04-07 Jb Evain <jbevain@novell.com>
[mcs.git] / errors / cs0525.cs
blob9e225c6dedb7bf79ee359760ca248b1dfb97d49c
1 // CS0525: Interfaces cannot contain fields or constants
2 // Line: 6
4 interface Interface
5 {
6 bool value = false;