updating to the latest module.
[mono.git] / mcs / errors / cs1587-4.cs
1 // Compiler options: -doc:dummy.xml -warnaserror -warn:2
2 using System;
3
4 /// invalid comment placed on namespace.
5 namespace TopNS
6 {
7         class Foo
8         {
9         }
10 }