2005-07-12 Gonzalo Paniagua Javier <gonzalo@ximian.com>
[mono.git] / mcs / errors / cs0246-11.cs
1 // cs0246-11.cs: The type or namespace name `aa' could not be found. Are you missing a using directive or an assembly reference?
2
3 public class Test
4 {
5         [aa.bb] int dummy;
6 }
7