Bump NuGet.BuildTasks to get new updates and switch to `dev` branch (#5566)
[mono.git] / mcs / errors / CS0619-43-lib.cs
1 public class Error
2 {
3     [System.ObsoleteAttribute ("Obsolete constant", true)]
4     public const decimal C = 4;
5 }