summaryrefslogtreecommitdiff
path: root/test/files/pos/t1236.scala
diff options
context:
space:
mode:
Diffstat (limited to 'test/files/pos/t1236.scala')
-rw-r--r--test/files/pos/t1236.scala2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/files/pos/t1236.scala b/test/files/pos/t1236.scala
index 5e221ce411..7028162ee0 100644
--- a/test/files/pos/t1236.scala
+++ b/test/files/pos/t1236.scala
@@ -1,5 +1,5 @@
trait Empty[E[_]] {
- def e[A]: E[A]
+ def e[A]: E[A]
}
object T {