oops.
[mono.git] / mcs / errors / cs0504.cs
1 // cs0504.cs: The constant 'Sample.constant' cannot be marked static\r
2 // Line: 5\r
3 \r
4 class Sample {\r
5         static const bool constant = false;\r
6 }\r
7 \r
8 \r
9 \r