summaryrefslogtreecommitdiff
path: root/mcs/errors/CS0619-36-lib.cs
blob: ffdde950c1a87834c3781ad6ccfa8c40f3ab3472 (plain)
1
2
3
4
5
public class Error
{
    [System.ObsoleteAttribute ("Obsolete member", true)]
    public int member;
}