repo.or.cz
/
mcs.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
bring Mono Security to monotouch
[mcs.git]
/
tests
/
gtest-exmethod-04-lib.cs
blob
2375e1764a7d685d7b723b8f7ee3c1b5aa0cd29a
1
// Compiler options: -t:library
2
3
using
System
;
4
5
namespace
A
6
{
7
public static class
A
8
{
9
public static string
Test_1
(
this string
s
)
10
{
11
return
":"
;
12
}
13
}
14
}