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
[interp] Fall back to old implementation when calling on proxy
[mono-project.git]
/
mcs
/
tests
/
gtest-exmethod-02-lib.cs
blob
17803bfada67a2d159018c6934aeb842a5d125ff
1
// Compiler options: -t:library
2
3
using
System
;
4
5
public static class
Test
6
{
7
public static string
Test_1
(
this string
s
)
8
{
9
return
":"
;
10
}
11
}