summaryrefslogtreecommitdiff
path: root/test/files/neg/tcpoly_typealias.check
diff options
context:
space:
mode:
Diffstat (limited to 'test/files/neg/tcpoly_typealias.check')
-rw-r--r--test/files/neg/tcpoly_typealias.check2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/files/neg/tcpoly_typealias.check b/test/files/neg/tcpoly_typealias.check
index 56912c49b7..8a2ae91f89 100644
--- a/test/files/neg/tcpoly_typealias.check
+++ b/test/files/neg/tcpoly_typealias.check
@@ -7,7 +7,7 @@ BCon.this.m's type parameters do not match type m's expected parameters: type x
type m[-x] = FooCon[x] // error: contravariant x
^
tcpoly_typealias.scala:45: error: The kind of type m does not conform to the expected kind of type m<: [+x]>: scala.Nothing <: scala.Any in trait A.
-BBound.this.m's type parameters do not match type m's expected parameters: type x (in trait BBound)'s bounds >: scala.Nothing <: scala.Predef.String are stricter than type x (in trait A)'s declared bounds >: scala.Nothing <: scala.Any
+BBound.this.m's type parameters do not match type m's expected parameters: type x (in trait BBound)'s bounds >: scala.Nothing <: String are stricter than type x (in trait A)'s declared bounds >: scala.Nothing <: scala.Any
type m[+x <: String] = FooBound[x] // error: x with stricter bound
^
three errors found