* TypeTranslator.cs, XmlCustomFormatter.cs: Added support for base64. This
[mono.git] / mcs / errors / gcs0702-2.cs
1 using System;
2
3 class Foo<T>
4         where T : object
5 {
6 }