repo.or.cz
/
mono-project.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
for "build" config, import corlib common sources at unix instead (#11989)
[mono-project.git]
/
mcs
/
errors
/
cs0439.cs
blob
4f672e08a7551b443051d80f30b7da429fefe4b0
1
// CS0439: An extern alias declaration must precede all other elements
2
// Line: 5
3
4
using
A
=
System
;
5
extern alias
Hey
;
6