(DISTFILES): Comment out a few missing files.
[mono-project.git] / mcs / errors / cs0619-22.cs
blob3fe1b38bb8573ad4e0008be0d10c9be54a5a3966
1 // cs0619.cs: 'AA' is obsolete: ''
2 // Line: 12
4 [System.Obsolete ("", true)]
5 class AA
9 class B {
10 public bool Foo (object b)
12 return b is AA;