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

cs1518.cs « errors « mcs - github.com/mono/mono.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 138dece74d02b9a21c054040afc9823afbfa9d5b (plain)
1
2
3
4
5
6
7
// CS1518: Expected `class', `delegate', `enum', `interface', or `struct'
// Line: 6

namespace X {

	sealed fe {}
}