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
[cominterop] Default to [in] parameter direction when not specified explicitly.
[mono-project.git]
/
mcs
/
errors
/
cs1680.cs
blob
b01b3a7922e1dbc7cd1f00742cfa9abd4c0f7fa8
1
// CS1680: 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