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: 652c6b05b0037f96d6c2a0e52044c93df8d302a5 (plain)
1
2
3
4
5
6
7
8
9
10
11
// Compiler options: -doc:dummy.xml -warn:1 -warnaserror
// CS1590: Invalid XML 'include' element; Missing 'file' attribute.

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