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
Make StringComparer.Create throw ArgumentNullException (#26570)
[mono-project.git]
/
mcs
/
tests
/
test-289.cs
blob
6786c0e89a8e29cf4d24671731c830ea2f8fa599
1
using
System
;
2
3
public class
Test
4
{
5
public static void
Main
() {}
6
7
public string
Value { set { }
}
8
public void
set_Value
()
{ return; }
9
10
void
set_Item
(
int
a
,
int
b
,
bool
c
) {}
11
int this
[
int
i
]
{ set {}
}
12
bool this
[
bool
i
]
{ get { return false; }
}
13
14
}