1 2 3 4 5 6 7 8 9 10
// CS0118: `System' is a `namespace' but a `type' was expected // Line: 9 public class C { public object Test (object a) { return (System)(a); } }