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
[corlib] Add a special method for XI so the linker does not always have to generate it.
[mono-project.git]
/
mcs
/
tests
/
gtest-228.cs
blob
89d8f216a556d234b55414e1515169324c1bae2e
1
using
System
;
2
3
[
AttributeUsage
(
AttributeTargets
.
GenericParameter
)]
4
class
GenParAttribute
:
Attribute
5
{
6
}
7
8
class
cons
<[
GenPar
]
A
, [
GenPar
]
B
>
9
{
10
public void
abc
<[
GenPar
]
M
> ()
11
{
12
}
13
}
14
15
class
Test
16
{
17
public static void
Main
()
18
{
19
}
20
}