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