Merge pull request #1525 from akoeplinger/fix-dynamicdata-test
[mono-project.git] / mcs / errors / cs0525-2.cs
blobaf009c30c5a0b71b21ea58f221ed6b7c85648e95
1 // CS0525: Interfaces cannot contain fields or constants
2 // Line: 9
4 interface Interface
6 const bool value = false;