Bump NuGet.BuildTasks to get new updates and switch to `dev` branch (#5566)
[mono.git] / mcs / errors / cs0103-4.cs
1 // CS0103: The name `de' does not exist in the current context
2 // Line: 4
3
4 [assembly: System.Reflection.AssemblyCulture(de)]
5 public class Hello {
6 }