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:
authorMarek Safar <marek.safar@gmail.com>2004-06-23 16:05:00 +0400
committerMarek Safar <marek.safar@gmail.com>2004-06-23 16:05:00 +0400
commit4e06d30c9c8c76176dcaf7613a8c97acc9405a4c (patch)
tree3e61a0ec33f17693bac93089021b809b023e88b9 /mcs/errors/cs0210.cs
parent0243a47fd9cd87afd570b58056d8129c4322cceb (diff)
new tests
svn path=/trunk/mcs/; revision=30181
Diffstat (limited to 'mcs/errors/cs0210.cs')
-rw-r--r--mcs/errors/cs0210.cs25
1 files changed, 12 insertions, 13 deletions
diff --git a/mcs/errors/cs0210.cs b/mcs/errors/cs0210.cs
index 76de5e4ddbc..0a4b0b1aaf6 100644
--- a/mcs/errors/cs0210.cs
+++ b/mcs/errors/cs0210.cs
@@ -1,13 +1,12 @@
-// cs0210.cs: You must provide an initializer in a fixed or using statement declaration
-// Line: 8
-
-using System.Resources;
-
-public class MainClass {
- static void Main () {
- using (ResourceReader reader) {
- }
- }
-}
-
-
+// cs0210.cs: You must provide an initializer in a fixed or using statement declaration
+// Line: 8
+
+using System.Resources;
+
+public class MainClass {
+ static void Main () {
+ using (ResourceReader reader) {
+ }
+ }
+}
+