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

cs1521.cs « errors « mcs - github.com/mono/mono.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: cafca991de8741b8171b9ddf50270f8f2f00714f (plain)
1
2
3
4
5
6
7
8
9
10
11
// CS1521: Invalid base type
// Line: 8

class C
{
}

class C2: C[]
{
}