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-047-lib.cs
blob
3f0bc06c16fa26ab67b58a8225f59e81e191ebdc
1
// Compiler options: -t:library
2
3
namespace
Foo
4
{
5
public class
List
6
{
7
}
8
}
9
10
namespace
Bar
11
{
12
public class
List
<
T
>
13
{
14
}
15
}