Merge pull request #3583 from xmcclure/test-418-checked
[mono.git] / mcs / errors / cs0121-22.cs
index 2ce2f28ca614920cf2b38950234b38c14e49a5d2..acc6444509963e3aa63bd08e230e708394ef26ed 100644 (file)
@@ -1,5 +1,5 @@
 // CS0121: The call is ambiguous between the following methods or properties: `A.Foo<int>(int, G<int>)' and `A.Foo<int>(int, object)'
-// Line:
+// Line: 18
 
 class A
 {