* TypeTranslator.cs, XmlCustomFormatter.cs: Added support for base64. This
[mono.git] / mcs / tests / gen-59.cs
1 namespace N {
2         interface A <T> {
3         }
4 }
5 class X <T> : N.A <T> {
6 }
7 class Foo {
8         static void Main () {}
9 }