cleol
[mcs.git] / errors / cs0169.cs
blobe7f2b00789fd262f1cef99f7f478aba9d8252d69
1 // cs0169.cs: The private field `X.x' is never used
2 // Line: 4
3 // Compiler options: -warnaserror -warn:4
5 class X {
6 int x;
8 static void Main () {}