Revert "doh, miscopied file names."
[mono-project.git] / mcs / errors / cs0618-2.cs
blob9f43ef9974f261a31385c6fc9925635099f3db5b
1 // CS0618: `ObsoleteDispose' is obsolete: `Class is obsolete'
2 // Line: 9
3 // Compiler options: -reference:CS0618-2-lib.dll -warnaserror
5 class AA
7 public AA ()
9 using (ObsoleteDispose od = ObsoleteDispose.Factory) {