With these new tests (73-79) we have completed the tests from CS0001 to
[mono.git] / mcs / errors / cs1518.cs
1 //cs1518.cs: namespace can only contain class, interface, enum, struct or delegate
2 // Line: 5
3 namespace X {
4
5         sealed fe {}
6 }