Files
linux-packaging-mono/mcs/errors/cs0103-4.cs

7 lines
148 B
C#
Raw Normal View History

// CS0103: The name `de' does not exist in the current context
// Line: 4
[assembly: System.Reflection.AssemblyCulture(de)]
public class Hello {
}