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
Take stars out of types where they make more sense.
[mono-project.git]
/
mcs
/
tests
/
gtest-431-2-lib.cs
blob
36cd0dd7de369f40e5f29b129304ef82b2665d21
1
// Compiler options: -t:library -noconfig -r:gtest-431-1-lib.dll
2
3
using
System
;
4
5
namespace
Library
{
6
7
public class
Foo
{
8
}
9
10
public static class
Extensions
{
11
12
public static void
Bar
(
this
Foo self
)
13
{
14
Console
.
WriteLine
(
"Bar"
);
15
}
16
}
17
}