Files
linux-packaging-mono/mcs/errors/cs1904.cs

9 lines
151 B
C#
Raw Normal View History

// CS1904: `-1' is not a valid warning number
// Line: 0
// Compiler options: -nowarn:1,-1
class ClassMain {
public static void Main () {}
}