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