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
2010-04-13 Sebastien Pouliot <sebastien@ximian.com>
[mono-project.git]
/
mcs
/
tests
/
gtest-exmethod-25-lib.cs
blob
c599e128d1009a7c7ceea50d1b029a5e7d509f04
1
// Compiler options: -target:library
2
3
using
System
.
Runtime
.
CompilerServices
;
4
5
[
assembly
:
InternalsVisibleTo
(
"gtest-exmethod-25"
)]
6
7
namespace
lib1
8
{
9
static class
Foo
10
{
11
internal static void
Extend
(
this string
aString
)
12
{
13
}
14
}
15
}