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
2010-04-02 Jb Evain <jbevain@novell.com>
[mcs.git]
/
errors
/
cs1590-2.cs
blob
c6d288eeba1bcf3d26d682d6e858abd00fffc481
1
// cs1590-2.cs: Invalid XML `include' element. Missing `path' attribute
2
// Line: 11
3
// Compiler options: -doc:dummy.xml -warn:1 -warnaserror
4
5
namespace
Testing
6
{
7
/// comment
8
public class
Test
9
{
10
/// <include file='a' />
11
public static void
Main
()
12
{
13
}
14
}
15
}
16