2010-05-31 Jb Evain <jbevain@novell.com>
[mcs.git] / errors / cs0504.cs
blob88fab1e72f43162d0a2e1b7dada272162f70ab37
1 // cs0504.cs: The constant `Sample.constant' cannot be marked static
2 // Line: 5
4 class Sample {
5 static const bool constant = false;