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-10 13:23:07 +0400
committerMarek Safar <marek.safar@gmail.com>2004-06-10 13:23:07 +0400
commitce6816dd49282ff6c3ca9a505df84549f35b97ac (patch)
tree3cafd358bd08f4c380f3ef3869a92ceaffbc95c7 /mcs/errors/cs0247.cs
parent63a60a1904b01ea0c01548defbb9647a02a15b22 (diff)
CRLF->LF
svn path=/trunk/mcs/; revision=29177
Diffstat (limited to 'mcs/errors/cs0247.cs')
-rw-r--r--mcs/errors/cs0247.cs22
1 files changed, 11 insertions, 11 deletions
diff --git a/mcs/errors/cs0247.cs b/mcs/errors/cs0247.cs
index 0a0aef92d28..4558366cb0d 100644
--- a/mcs/errors/cs0247.cs
+++ b/mcs/errors/cs0247.cs
@@ -1,11 +1,11 @@
-// cs0247.cs: Cannot use a negative size with stackalloc
-// Line: 7
-// Compiler options: -unsafe
-
-public class MainClass {
- static unsafe void Main () {
- int* ptr = stackalloc int[-1];
- }
-}
-
-
+// cs0247.cs: Cannot use a negative size with stackalloc
+// Line: 7
+// Compiler options: -unsafe
+
+public class MainClass {
+ static unsafe void Main () {
+ int* ptr = stackalloc int[-1];
+ }
+}
+
+