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-exmethod-26-lib.cs
blob
06be7940a8fa89a36d58d067cba7589f11f07dcb
1
// Compiler options: -target:library
2
3
using
System
;
4
5
namespace
Test2
6
{
7
static class
Extensions
{
8
public static bool
IsNullable
(
this
Type self
)
9
{
10
return true
;
11
}
12
}
13
}