w32file-unix.c: In function 'mono_w32file_get_file_size':
[mono-project.git] / mcs / errors / cs1587-25.cs
blobf0af7533440e8d9509e98927eed56d66a210eff4
1 // CS1587: XML comment is not placed on a valid language element
2 // Line: 13
3 // Compiler options: -doc:dummy.xml -warnaserror -warn:2
5 using System;
7 namespace TopNS
9 class Foo
11 Foo (string foo)
13 /** incorrect doccomment*/