Bump mono-extensions to fix build break (#5677)
[mono.git] / mcs / errors / cs0144-3.cs
index 0f1adba284416409343f7013861fa335409cf9d1..491bf253488f36b570a70eb97eaa8e95e9c9d19e 100644 (file)
@@ -1,11 +1,11 @@
-// cs0144-3.cs: Cannot create an instance of the abstract class or interface `ITest'
-// Line: 9\r
-// Compiler options: -r:CS0144-3-lib.dll\r
-\r
-public class SampleClass {\r
-               public void Main ()\r
-               {\r
-                       ITest modelo;\r
-                       modelo= new ITest ();\r
+// CS0144: Cannot create an instance of the abstract class or interface `ITest'
+// Line: 9
+// Compiler options: -r:CS0144-3-lib.dll
+
+public class SampleClass {
+               public void Main ()
+               {
+                       ITest modelo;
+                       modelo= new ITest ();
                }
 }
\ No newline at end of file