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

cs0439-2.cs « errors « mcs - github.com/mono/mono.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 9cbe958531ee61803e86472359032f2284e682fe (plain)
1
2
3
4
5
6
// cs0439-2.cs: An extern alias declaration must precede all other elements
// Line: 5

public class Test {}
extern alias Hey;