Merge branch 'xml-fixes' of https://github.com/myeisha/mono into myeisha-xml-fixes
[mono-project.git] / mcs / errors / cs0619-26.cs
blobeb59cff601878af3d1e49dce485e7f46ef1cb558
1 // cs0619-26.cs: `A' is obsolete: `'
2 // Line: 13
4 [System.Obsolete ("", true)]
5 class A
9 class AA
11 public AA ()
13 for (A aa = null; aa != null;) {
14 System.Console.WriteLine (aa);