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
2007-03-19 Chris Toshok <toshok@ximian.com>
[mono-project.git]
/
mcs
/
errors
/
cs1537-2.cs
blob
8679945c96c6ca84fbcfde3a6c90f39723bd9b1a
1
// cs1537-2.cs: 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