Implement DateTimeOffset quoted values parsing
[mono.git] / mcs / errors / cs0118-8.cs
index 48303ff9fd366b0b4f0d0d89781cbddbeff23c73..3497e1ae4a33b06e27590d36e8159470429061b0 100644 (file)
@@ -1,17 +1,17 @@
-// CS0118: `A.Foo(string)' is a `method group' but a `type' was expected\r
-// Line: 15\r
-\r
-public class A\r
-{\r
-       public static void Foo (string Setting)\r
-       {\r
-       }\r
-}\r
-\r
-class Example\r
-{\r
-       public void Main(string[] args)\r
-       {\r
-               A a = new A.Foo ("test");  \r
-       }\r
+// CS0118: `A.Foo(string)' is a `method group' but a `type' was expected
+// Line: 15
+
+public class A
+{
+       public static void Foo (string Setting)
+       {
+       }
+}
+
+class Example
+{
+       public void Main(string[] args)
+       {
+               A a = new A.Foo ("test");  
+       }
 }
\ No newline at end of file