[corlib] Simplify RuntimeInformation by getting OS name from the runtime (#13164)
[mono-project.git] / mcs / errors / cs0619-22.cs
blob1f02834c26ecb1c9c33cf785df604f5c16110059
1 // CS0619: `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;