summaryrefslogtreecommitdiff
path: root/test/files/pos/lub-dealias-widen.scala
diff options
context:
space:
mode:
Diffstat (limited to 'test/files/pos/lub-dealias-widen.scala')
-rw-r--r--test/files/pos/lub-dealias-widen.scala2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/files/pos/lub-dealias-widen.scala b/test/files/pos/lub-dealias-widen.scala
index 38854fbc5c..8d26708d65 100644
--- a/test/files/pos/lub-dealias-widen.scala
+++ b/test/files/pos/lub-dealias-widen.scala
@@ -27,7 +27,7 @@ object Test {
= p2 >> { (xs: List[String]) => 0 }
// This works after https://github.com/scala/scala/commit/a06d31f6a
- // Before: error: inferred type arguments [List[String] => String,List[String] => String]
+ // Before: error: inferred type arguments [List[String] => String,List[String] => String]
// do not conform to method &'s type parameter bounds
// [G <: H,H >: Int => (Int => String)]
val s = r & r2