summaryrefslogtreecommitdiff
path: root/test/files/neg/t0207.check
diff options
context:
space:
mode:
Diffstat (limited to 'test/files/neg/t0207.check')
-rw-r--r--test/files/neg/t0207.check4
1 files changed, 2 insertions, 2 deletions
diff --git a/test/files/neg/t0207.check b/test/files/neg/t0207.check
index b1d8d42ffb..ebe6759b36 100644
--- a/test/files/neg/t0207.check
+++ b/test/files/neg/t0207.check
@@ -1,7 +1,7 @@
t0207.scala:3: error: type T takes type parameters
- type S = (T with T)[A]
+ type S = (T with T)[A]
^
t0207.scala:3: error: type T takes type parameters
- type S = (T with T)[A]
+ type S = (T with T)[A]
^
two errors found