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
2009-07-20 Jb Evain <jbevain@novell.com>
[mcs.git]
/
errors
/
cs1681.cs
blob
563ccbf138416cc100275f84681d13cc3369ba09
1
// cs1681.cs: You cannot redefine the global extern alias
2
// Line: 3
3
extern alias global
;
4
using
System
;
5
6
public class
Test
7
{
8
static void
Main
()
9
{
10
}
11
}
12