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
In class/Microsoft.Build.Tasks/Microsoft.Build.Tasks:
[mcs.git]
/
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
}