Bladeren bron

Update expected-error strings

svn path=/trunk/mcs/; revision=78856
Raja R Harinath 18 jaren geleden
bovenliggende
commit
1f723cd511
5 gewijzigde bestanden met toevoegingen van 5 en 5 verwijderingen
  1. 1 1
      mcs/errors/gcs0411-2.cs
  2. 1 1
      mcs/errors/gcs0411-5.cs
  3. 1 1
      mcs/errors/gcs0411-6.cs
  4. 1 1
      mcs/errors/gcs0411-7.cs
  5. 1 1
      mcs/errors/gcs0411.cs

+ 1 - 1
mcs/errors/gcs0411-2.cs

@@ -1,4 +1,4 @@
-// gcs0411.cs: The type arguments for method `Foo' cannot be inferred from the usage. Try specifying the type arguments explicitly
+// gcs0411.cs: The type arguments for method `Test<float>.Foo<V,W>(in V, in V)' cannot be inferred from the usage. Try specifying the type arguments explicitly
 // Line: 15
 
 class Test<A>

+ 1 - 1
mcs/errors/gcs0411-5.cs

@@ -1,4 +1,4 @@
-// CS0411: The type arguments for method `World' cannot be inferred from the usage. Try specifying the type arguments explicitly
+// CS0411: The type arguments for method `Hello.World<U>(IFoo<U>)' cannot be inferred from the usage. Try specifying the type arguments explicitly
 // Line: 16
 public interface IFoo<T>
 { }

+ 1 - 1
mcs/errors/gcs0411-6.cs

@@ -1,4 +1,4 @@
-// CS0411: The type arguments for method `World' cannot be inferred from the usage. Try specifying the type arguments explicitly
+// CS0411: The type arguments for method `Hello.World<U>(U, IFoo<U>)' cannot be inferred from the usage. Try specifying the type arguments explicitly
 // Line: 16
 public interface IFoo<T>
 { }

+ 1 - 1
mcs/errors/gcs0411-7.cs

@@ -1,4 +1,4 @@
-// CS0411: The type arguments for method `Test' cannot be inferred from the usage. Try specifying the type arguments explicitly
+// CS0411: The type arguments for method `X.Test<T>(Foo<T>)' cannot be inferred from the usage. Try specifying the type arguments explicitly
 // Line: 15
 using System;
 

+ 1 - 1
mcs/errors/gcs0411.cs

@@ -1,4 +1,4 @@
-// gcs0411.cs: The type arguments for method `Foo' cannot be inferred from the usage. Try specifying the type arguments explicitly
+// gcs0411.cs: The type arguments for method `Test<float>.Foo<V>(in V, in V)' cannot be inferred from the usage. Try specifying the type arguments explicitly
 // Line: 15
 
 class Test<A>