- Fixed copyright
[mono.git] / mcs / errors / cs0019-7.cs
index 222b61b877e3a2ff3980b91304e6f92310fd6e22..a18964f4d9222565b29f91ef8c2f1f807d9c8df7 100644 (file)
@@ -1,6 +1,6 @@
-//
-// Requires -unsafe to build
-//
+// cs0019.cs: Can not apply operator + between string and float *
+// Line: 12
+// Compiler options: -unsafe
 using System;
 
 public class Driver {