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
Merge pull request #4926 from BrzVlad/fix-tls-v5
[mono-project.git]
/
mcs
/
errors
/
cs1070-3.cs
blob
18811dc53d019ff2fd0ac6a25ffedb1c1ba1ef39
1
// CS1070: The type `C' 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: 5
3
// Compiler options: -r:CS1070-lib.dll
4
5
public class
D
6
{
7
static void
Main
()
8
{
9
new
C
();
10
}
11
}