Welcome to mirror list, hosted at ThFree Co, Russian Federation.

cs1590.cs « errors « mcs - github.com/mono/mono.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 03a43a6750b6a846646c6857952b215be3b6c0e7 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
// cs1590.cs: Invalid XML `include' element. Missing `file' attribute
// Line: 8
// Compiler options: -doc:dummy.xml -warn:1 -warnaserror

namespace Testing
{
   /// <include/>
   public class Test
   {
   }
}