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-22-lib.cs
blob
6fc8e49d174d8974e9dc20f3ce2c0387da740068
1
// Compiler options: -t:library
2
3
static public class
A
4
{
5
public static void
Foo
(
this int
i
)
6
{
7
}
8
}