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
2010-04-15 Jb Evain <jbevain@novell.com>
[mcs.git]
/
errors
/
cs1680.cs
blob
d9565d1e8b6c4ff10273cb3791136425202d925a
1
// cs1680.cs: Invalid reference alias 'SomeIdentifier='. Missing filename
2
// Line: 0
3
// Compiler options: -r:SomeIdentifier=
4
5
using
System
;
6
7
public class
Test
8
{
9
}
10