2010-04-03 Jb Evain <jbevain@novell.com>
[mcs.git] / errors / cs0246-13.cs
blobaa7e6a29ba5001dbe0847394f88053d926924ea0
1 // cs0246-13.cs: The type or namespace name `class' could not be found. Are you missing a using directive or an assembly reference?
2 // Line: 9
3 using System;
5 public class classAttribute : Attribute
9 [@class]
10 class Foo