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
[tuner] handle the case with multiple "preserve" attributes
[mono-project.git]
/
mcs
/
tests
/
gtest-434-lib.cs
blob
db47f82a496efc249876b3cb0babf293f6c91d1f
1
// Compiler options: -target:library
2
3
namespace
testcase
4
{
5
public interface
IInitializationExpression
6
{
7
void
AddRegistry
<
T
> (
int
i
);
8
}
9
10
public class
ConfigurationExpression
11
{
12
public void
AddRegistry
<
T
> (
int
i
)
13
{
14
}
15
}
16
}