summaryrefslogtreecommitdiff
path: root/mcs/errors/cs1519-2.cs
blob: 5aac68776159dd3db9df322471dff00c81c3848c (plain)
1
2
3
4
5
// CS1519: Unexpected symbol `extern' in class, struct, or interface member declaration
// Line: 5

public class Test {}
extern alias Hey;