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
[interp] Don't check for exception in native wrappers (#14184)
[mono-project.git]
/
mcs
/
errors
/
cs1070-2.cs
blob
7fe8760619e0bdb3dcbad0c6b95ec9b1bdb7fcfc
1
// CS1070: The type `N.E' has been forwarded to an assembly that is not referenced. Consider adding a reference to assembly `CS1070-lib-missing, Version=0.0.0.0, Culture=neutral, PublicKeyToken=null'
2
// Line: 9
3
// Compiler options: -r:CS1070-lib.dll
4
5
using
N
;
6
7
public class
D
8
{
9
public void
Foo
(
E e
)
10
{
11
}
12
}