repo.or.cz
/
mcs.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
2008-09-23 Jonathan Pobst <monkey@jpobst.com>
[mcs.git]
/
errors
/
cs1590.cs
blob
03a43a6750b6a846646c6857952b215be3b6c0e7
1
// cs1590.cs: Invalid XML `include' element. Missing `file' attribute
2
// Line: 8
3
// Compiler options: -doc:dummy.xml -warn:1 -warnaserror
4
5
namespace
Testing
6
{
7
/// <include/>
8
public class
Test
9
{
10
}
11
}
12