aboutsummaryrefslogtreecommitdiff
path: root/tests/pos/t1085.scala
diff options
context:
space:
mode:
Diffstat (limited to 'tests/pos/t1085.scala')
-rw-r--r--tests/pos/t1085.scala2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/pos/t1085.scala b/tests/pos/t1085.scala
index c59e657cb..62f2be0b8 100644
--- a/tests/pos/t1085.scala
+++ b/tests/pos/t1085.scala
@@ -1,5 +1,5 @@
trait Functor[a] {
- type MyType[a]
+ type MyType[a]
}
object Test {