2010-05-27 Jb Evain <jbevain@novell.com>
[mcs.git] / errors / gcs1525-2.cs
blobab091879070f762363202e4c3170bb349b9d0997
1 // CS1525: Unexpected symbol `<', expecting `,' or `>'
2 // Line: 9
4 interface IFoo<T>
8 public class Bar {
9 public void GetItemCommand<IFoo<int>>()