Exemplo n.º 1
0
    public static void Main( )
    {
        ErrorCS3005 error = new ErrorCS3005();

        Console.WriteLine("This should make the compiler to complain ERROR CS3005, number: {0}", error.foo);
    }
Exemplo n.º 2
0
	public static void Main ( ) {
		ErrorCS3005 error = new ErrorCS3005 ();
		Console.WriteLine ("This should make the compiler to complain ERROR CS3005, number: {0}", error.foo);
	}