2010-05-27 Jb Evain <jbevain@novell.com>
[mcs.git] / errors / gcs0699.cs
blob93c45cacfb75f8598afde30316602360f27af789
1 // CS0699: `Test<T>()': A constraint references nonexistent type parameter `U'
2 // Line: 6
4 interface I
6 void Test<T>() where U : class;