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
[Wasm] Fix memory override in mono_wasm_add_assembly
[mono-project.git]
/
mcs
/
tests
/
gtest-variance-20.cs
blob
0e399c9238fedf8dc26cf06b76904ca8b3b27564
1
[
System
.
AttributeUsage
(
System
.
AttributeTargets
.
All
)]
2
class
DocAttribute
:
System
.
Attribute
3
{
4
public
DocAttribute
(
string
name
)
5
{
6
}
7
}
8
9
delegate
TR Func
<[
Doc
(
"b"
)]
in
T1
, [
Doc
(
"a"
)]
out
TR
>(
T1 a
);
10
11
class
Test
{
12
public static void
Main
()
13
{
14
}
15
}