2010-01-12 Zoltan Varga <vargaz@gmail.com>
[mcs.git] / errors / gcs1525-2.cs
blobfd5c3ac50694b73b73cca538af7ecfdc0fdf54d8
1 // CS1525: Unexpected symbol `<', expecting `,', or `>'
2 // Line: 9
4 interface IFoo<T>
8 public class Bar {
9 public void GetItemCommand<IFoo<int>>()