DEBSOURCES
Skip Quicknav
sources / mono / 6.8.0.105%2Bdfsg-3.3 / mcs / errors / cs0678.cs
12345678
// CS0678: `X.j': A field cannot be both volatile and readonly // Line: 5 class X { readonly volatile int j; static void Main () {} }