fix run-test
[mcs.git] / errors / cs0119-5.cs
blobb8139fc8ed1f7e53b82682c3a62c7a0e0d78cbb9
1 // CS0119: Expression denotes a `variable', where a `type' was expected
2 // Line: 8
4 class A
6 public void f ()
8 this.test bad = null;
10 static void Main () {}