2006-03-05 Senganal T <tsenganal@novell.com>
[mono.git] / mcs / errors / cs0244.cs
index bac103f120fb58957801fdce4d4c55b15fbdfef8..8dc4a7b1fb6cc5c9100b3175de31ccab43e0f3b5 100644 (file)
@@ -1,11 +1,11 @@
-// cs0244.cs: "is" or "as" are not valid on pointer types\r
-// Line: 7\r
-// Compiler options: -unsafe\r
-\r
-class UnsafeClass {\r
-        unsafe UnsafeClass (int* pointer) {\r
-                if (pointer is string) {}\r
-        }\r
-}\r
-\r
-\r
+// cs0244.cs: "is" or "as" are not valid on pointer types
+// Line: 7
+// Compiler options: -unsafe
+
+class UnsafeClass {
+        unsafe UnsafeClass (int* pointer) {
+                if (pointer is string) {}
+        }
+}
+
+