2010-06-04 Jb Evain <jbevain@novell.com>
[mcs.git] / errors / cs0118-9.cs
blobb273e65b72f56e72974250b7323e0f0dca714641
1 // CS0118: `System' is a `namespace' but a `type' was expected
2 // Line: 9
4 public class C
6 public object Test (object a)
8 return (System)(a);