repo.or.cz
/
mcs.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
2010-04-01 Jb Evain <jbevain@novell.com>
[mcs.git]
/
errors
/
cs0439.cs
blob
1a6a2d177f433183041a19472eda3e8e56051b91
1
// cs0439.cs: An extern alias declaration must precede all other elements
2
// Line: 5
3
4
using
A
=
System
;
5
extern alias
Hey
;
6