1 // cs0027.cs: Keyword `this' is not available in the current context
10 public static void Main () {
11 Console
.WriteLine ("The compiler should complain: Error CS0027 trying to use 'this' outside context.");
12 Console
.WriteLine ("Trying to assign i to 'this.x' outside a method, property or ctr.");