2010-06-03 Jb Evain <jbevain@novell.com>
[mcs.git] / errors / cs0118-7.cs
blobcf69cfaab2c509c8806e1ab58c4e0e76417a3423
1 // CS0118: `Martin.Test' is a `namespace' but a `type' was expected
2 // Line: 15
3 using System;
4 using Foo;
6 namespace Foo
8 public class Test : Attribute
13 namespace Martin.Test
15 [Test]
16 public class X