summaryrefslogtreecommitdiff
path: root/mcs/errors/CS0619-43-lib.cs
blob: 71ea9c383ec82383d938d1b0841e5500cddf34ff (plain)
1
2
3
4
5
public class Error
{
    [System.ObsoleteAttribute ("Obsolete constant", true)]
    public const decimal C = 4;
}