aboutsummaryrefslogtreecommitdiff
path: root/tests/untried/pos/t6556.scala
diff options
context:
space:
mode:
Diffstat (limited to 'tests/untried/pos/t6556.scala')
-rw-r--r--tests/untried/pos/t6556.scala2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/untried/pos/t6556.scala b/tests/untried/pos/t6556.scala
index e1a6f49b8..13560e8ba 100644
--- a/tests/untried/pos/t6556.scala
+++ b/tests/untried/pos/t6556.scala
@@ -7,7 +7,7 @@ trait Adapter[X] {self =>
}
object Adapter {
- implicit def adaptee[Adaptee](adapter: Adapter[Adaptee]) = adapter.adaptee
+ implicit def adaptee[Adaptee](adapter: Adapter[Adaptee]): Adaptee = adapter.adaptee
}