[utils] Add check for ANDROID_UNIFIED_HEADERS to mono-compiler.h (#5742)
[mono.git] / mcs / errors / CS0619-36-lib.cs
1 public class Error
2 {
3     [System.ObsoleteAttribute ("Obsolete member", true)]
4     public int member;
5 }