[mcs] C#7 out variable declaration
[mono.git] / mcs / errors / cs1503-4.cs
index e871671dc6e1c92f6703c26036857d627fdc77ae..e72574fa77ba7eb29478c60a48f7b565b7205b32 100644 (file)
@@ -1,4 +1,4 @@
-// CS1503: Argument 1: Cannot convert type `A' to `B'
+// CS1503: Argument `#1' cannot convert `out A' expression to type `out B'
 // Line: 17
 
 class A { }