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
/
test-413-lib.cs
blob
0f2614a46c1b017f3b9dd6475573f625088fbf4d
1
// Compiler options: -t:library
2
3
namespace
Foo
{
4
namespace
Bar
{
5
public class
Baz
{
6
public class
Inner
{
7
public static void
Frob
()
{ }
8
}
9
}
10
}
11
}