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
/
gtest-405.cs
blob
8a312ed719bbce72450d18d804f7ef3b72e4cdc7
1
using
System
.
Collections
.
Generic
;
2
using
System
;
3
4
public struct
AllocationClassData
<
T
>
5
{
6
static
Comparison
<
AllocationClassData
<
T
>>
hh
;
7
}
8
9
class
C
10
{
11
public static void
Main
()
12
{
13
}
14
}