Switch to compiler-tester
[mono.git] / mcs / errors / cs0172.cs
index 2ae816f8eb5a079a1034c5e2c6f4b9f83ab8c84f..fa6e77ae5783965417c6779655ed102aa995caac 100644 (file)
@@ -1,3 +1,6 @@
+// cs0172.cs: Can not compute type of conditional expression as `X' and `Y' convert implicitly to each other
+// Line: 25
+
 class X {
        public static implicit operator X (Y y)
        {