for "build" config, import corlib common sources at unix instead (#11989)
[mono-project.git] / mcs / errors / cs1525-27.cs
blobd4c1f326be2056b7216123c3ea43832d7ae6849b
1 // CS1525: Unexpected symbol `fe', expecting `class', `delegate', `enum', `interface', `partial', `ref', or `struct'
2 // Line: 6
4 namespace X
6 sealed fe {}