This commit was manufactured by cvs2svn to create branch 'mono-1-0'.
[mono.git] / mcs / tests / gen-47-dll.cs
1 namespace Foo
2 {
3         public class List
4         {
5         }
6 }
7
8 namespace Bar
9 {
10         public class List<T>
11         {
12         }
13 }