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: 89036e1ee6259f86cf98c3a032c5e416183a0016 (plain)
1
2
3
4
5
6
//cs1518.cs: namespace can only contain class, interface, enum, struct or delegate
// Line: 5
namespace X {

	sealed fe {}
}