new tests.
[mono.git] / mcs / errors / cs0172.cs
old mode 100755 (executable)
new mode 100644 (file)
index 2ae816f..fa6e77a
@@ -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)
        {