aboutsummaryrefslogtreecommitdiff
path: root/tests/untried/pos/t6846.scala
diff options
context:
space:
mode:
Diffstat (limited to 'tests/untried/pos/t6846.scala')
-rw-r--r--tests/untried/pos/t6846.scala4
1 files changed, 2 insertions, 2 deletions
diff --git a/tests/untried/pos/t6846.scala b/tests/untried/pos/t6846.scala
index 009566493..2536e725c 100644
--- a/tests/untried/pos/t6846.scala
+++ b/tests/untried/pos/t6846.scala
@@ -1,5 +1,5 @@
object Test {
- class Arb[_]
+ class Arb[X_909538798]
implicit def foo[M[_], A]: Arb[M[A]] = null
foo: Arb[List[Int]]
type ListInt = List[Int]
@@ -9,7 +9,7 @@ object Test {
object Test2 {
import scala.collection.immutable.List
- class Carb[_]
+ class Carb[X_1647473379]
implicit def narrow[N, M[_], A](x: Carb[M[A]])(implicit ev: N <:< M[A]): Carb[N] = null
implicit def bar[M[_], A]: Carb[M[A]] = null