for "build" config, import corlib common sources at unix instead (#11989)
[mono-project.git] / mcs / errors / cs0169-2.cs
blob7ad3b4440fc5a9a3130abdcf81d2c37183fe7fb1
1 // CS0169: The private field `Foo.Bar.a' is never used
2 // Line: 9
3 // Compiler options: -warnaserror -warn:4
5 class Foo
7 class Bar
9 int a;