2010-05-27 Jb Evain <jbevain@novell.com>
[mcs.git] / errors / cs0103-4.cs
blob54ec66187ec0f7d71422cccd8e56f0ab765a97e4
1 // CS0103: The name `de' does not exist in the current context
2 // Line: 4
4 [assembly: System.Reflection.AssemblyCulture(de)]
5 public class Hello {