Bump NuGet.BuildTasks to get new updates and switch to `dev` branch (#5566)
[mono.git] / mcs / errors / cs1525-33.cs
1 // CS1525: Unexpected symbol `>', expecting `[', `identifier', `in', or `out'
2 // Line: 4
3
4 public class C<>
5 {
6 }