DEBSOURCES
Skip Quicknav
sources / mono / 6.8.0.105%2Bdfsg-3.3 / mcs / errors / cs0169.cs
123456789
// CS0169: The private field `X.x' is never used // Line: 4 // Compiler options: -warnaserror -warn:4 class X { int x; static void Main () {} }