Fix indentation, spacing.
[mono-project.git] / mcs / errors / cs1525-32.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>>()