repo.or.cz
/
mono-project.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
Take stars out of types where they make more sense.
[mono-project.git]
/
mcs
/
tests
/
test-xml-061.cs
blob
ce371ebfd88f653ee97d62896e7b138ee685a404
1
// Compiler options: -doc:xml-061.xml /warnaserror /warn:4
2
3
class
Test
4
{
5
static void
Main
()
6
{
7
}
8
}
9
10
///<summary>summary</summary>
11
public interface
Interface
12
{
13
///<summary>Problem!</summary>
14
int this
[
int
index
]
15
{
16
get
;
17
}
18
}
19