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
2009-03-15 Steven Munroe <munroesj@us.ibm.com>
[mcs.git]
/
errors
/
cs1590-3.cs
blob
6f93a0fba339b45483990df504e3e65e8679bb2a
1
// cs1590-3.cs: Invalid XML `include' element. Missing `file' attribute
2
// Line: 16
3
// Compiler options: -doc:dummy.xml -warn:1 -warnaserror
4
5
namespace
Testing
6
{
7
/// comment
8
public class
Test
9
{
10
/// comment
11
public static void
Main
()
12
{
13
}
14
15
/// <include path='/foo/bar' />
16
public void
Bar
(
int
x
)
17
{
18
}
19
}
20
}
21