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
[bcl] Update BCL Linked Size
[mono-project.git]
/
mcs
/
errors
/
cs1537-2.cs
blob
441c4f852d0d75d521f84bd125062d65254015a7
1
// CS1537: The using alias `A' appeared previously in this namespace
2
// Line: 6
3
// Compiler options: -r:CSExternAlias-lib.dll
4
5
extern alias
A
;
6
using
A
=
System
;
7