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
use MOONLIGHT symbol
[mcs.git]
/
errors
/
cs1679.cs
blob
913b3d241470698ac4a180e071002fe5cb2032dd
1
// cs1679.cs: Invalid extern alias for /reference. Alias 'Invalid.Identifier' is not a valid identifier
2
// Line: 0
3
// Compiler options: -r:Invalid.Identifier=CSExternAlias-lib.dll
4
5
using
System
;
6
7
public class
Test
8
{
9
}
10