DEBSOURCES
Skip Quicknav
sources / mono / 6.8.0.105%2Bdfsg-3.3 / mcs / errors / cs0677-5.cs
1234567891011
// CS0677: `X.e': A volatile field cannot be of the type `E' // Line: 10 enum E : long { } class X { volatile E e; }