8060ceb8eab0b5bf00c7e2f049fb8ed0aa7337c0
[mono.git] / mcs / errors / cs1587-25.cs
1 // Compiler options: -doc:dummy.xml -warnaserror -warn:2
2 using System;
3
4 namespace TopNS
5 {
6         class Foo
7         {
8                 Foo (string foo)
9                 {
10                         /** incorrect doccomment*/
11                 }
12         }
13 }