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
update readme (#21797)
[mono-project.git]
/
mcs
/
tests
/
gtest-149.cs
blob
55dcf267595346f5b056fee3da70b7c472892da3
1
using
System
;
2
3
static class
Test1
{
4
public class
IOp
<
T
>
{ }
5
static void
Foo
<
S
,
OP
>(
uint
v
)
where OP
:
IOp
<
S
>
{ }
6
};
7
8
static class
Test2
{
9
public class
IOp
<
T
>
{ }
10
static void
Foo
<
T
,
OP
>(
uint
v
)
where OP
:
IOp
<
T
>
{ }
11
};
12
13
class
X
14
{
15
public static void
Main
()
16
{ }
17
}