Merge pull request #4926 from BrzVlad/fix-tls-v5
[mono-project.git] / mcs / errors / cs0504.cs
blobd21d6577a1f395c316907cef9c5d11bd2c28a0da
1 // CS0504: The constant `Sample.constant' cannot be marked static
2 // Line: 5
4 class Sample {
5 static const bool constant = false;