[sre] Wrap mono_image_create_token with HANDLE_FUNCTION_{ENTER,RETURN}
[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;