2004-12-02 Atsushi Enomoto <atsushi@ximian.com>
[mono.git] / mcs / errors / cs1587-8.cs
1 // Compiler options: -doc:dummy.xml -warnaserror -warn:2
2 using System;
3
4 namespace TopNS
5 {
6         /// more invalid comment on namespace; inside namespace
7         namespace ChildNS {
8                 class Test {
9                 }
10         }
11
12 }