summaryrefslogtreecommitdiff
path: root/mcs/errors/cs1070-2.cs
diff options
context:
space:
mode:
Diffstat (limited to 'mcs/errors/cs1070-2.cs')
-rw-r--r--mcs/errors/cs1070-2.cs12
1 files changed, 12 insertions, 0 deletions
diff --git a/mcs/errors/cs1070-2.cs b/mcs/errors/cs1070-2.cs
new file mode 100644
index 0000000000..7fe8760619
--- /dev/null
+++ b/mcs/errors/cs1070-2.cs
@@ -0,0 +1,12 @@
+// 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'
+// Line: 9
+// Compiler options: -r:CS1070-lib.dll
+
+using N;
+
+public class D
+{
+ public void Foo (E e)
+ {
+ }
+} \ No newline at end of file