Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/mono/mono.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndrew Birkett <andrew@mono-cvs.ximian.com>2002-07-06 20:05:07 +0400
committerAndrew Birkett <andrew@mono-cvs.ximian.com>2002-07-06 20:05:07 +0400
commit0b889c346009bc7d2e4dd97f464a4f46c45da2a3 (patch)
tree434415595849634e65357ea36ecff3a63763f0e8 /mcs/errors/cs1010.cs
parent749d56effa85f7c6d02ea42a3594aa15539752ee (diff)
2002-07-06 Andrew Birkett <adb@tardis.ed.ac.uk>
* cs1039.cs, cs1033.cs, cs1010.cs: New tests. svn path=/trunk/mcs/; revision=5620
Diffstat (limited to 'mcs/errors/cs1010.cs')
-rw-r--r--mcs/errors/cs1010.cs8
1 files changed, 8 insertions, 0 deletions
diff --git a/mcs/errors/cs1010.cs b/mcs/errors/cs1010.cs
new file mode 100644
index 00000000000..f70d4910328
--- /dev/null
+++ b/mcs/errors/cs1010.cs
@@ -0,0 +1,8 @@
+// cs1010.cs : Newline in constant
+// Line : 6
+
+class X
+{
+ static string s = "Hello
+world!";
+} \ No newline at end of file