Welcome to mirror list, hosted at ThFree Co, Russian Federation.

gcs1525.cs « errors « mcs - github.com/mono/mono.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 1fba74b47c1a97ed50c0fcf43c08258f252de11e (plain)
1
2
3
4
5
6
// CS1525: Unexpected symbol `>', expecting `[', `identifier', `in', or `out'
// Line: 4

public class C<>
{
}