Revert "doh, miscopied file names."
[mono-project.git] / mcs / errors / cs0246-5.cs
blob7216a4e21318d5d39eca058fea2b9b269b326660
1 // CS0246: The type or namespace name `AAAA' could not be found. Are you missing a using directive or an assembly reference?
2 // Line: 7
4 using System;
5 [assembly:CLSCompliant (true)]
7 [AAAA(false)]
8 public sealed class Region
10 public Region() {}