078836be16e47e81b8b51c61a409d1a1212f3a6d
[mono.git] / mcs / errors / cs1587-7.cs
1 // Compiler options: -doc:dummy.xml -warnaserror -warn:2
2 using System;
3
4 namespace TopNS
5 {
6 /// invalid comment on using alias directive inside namespace.
7 using Hoge = System.Xml.XmlDocument;
8
9         enum Foo {
10         }
11 }