[ilasm] Don't break arguments compatiblity
[mono-project.git] / mcs / errors / cs0246-13.cs
blobecf4383faf7cf1788ff13919e52f49bc5bfe8377
1 // CS0246: The type or namespace name `class' could not be found. Are you missing an assembly reference?
2 // Line: 9
3 using System;
5 public class classAttribute : Attribute
9 [@class]
10 class Foo