Merge pull request #4327 from vkargov/vk-abcremedy
[mono.git] / mcs / tests / gtest-296.cs
index d3faefc50d494f73f1372e457066da30bfabc151..8e19cccf355168f3961f3bcc2a5188128b957f30 100644 (file)
@@ -1,15 +1,15 @@
-using System.Collections.Generic;\r
-using System.Collections.ObjectModel;\r
-\r
-public class MyCollection<T> : Collection<T>\r
-{\r
-    public void Foo()\r
-    {\r
-        T t = Items[0];\r
-    }\r
-}\r
-\r
-public class C\r
-{\r
-    public static void Main () {}\r
+using System.Collections.Generic;
+using System.Collections.ObjectModel;
+
+public class MyCollection<T> : Collection<T>
+{
+    public void Foo()
+    {
+        T t = Items[0];
+    }
+}
+
+public class C
+{
+    public static void Main () {}
 }
\ No newline at end of file