summaryrefslogtreecommitdiff
path: root/test/files/neg/bug608.scala
diff options
context:
space:
mode:
Diffstat (limited to 'test/files/neg/bug608.scala')
-rw-r--r--test/files/neg/bug608.scala2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/files/neg/bug608.scala b/test/files/neg/bug608.scala
index 34dc4c0352..1f12764dd1 100644
--- a/test/files/neg/bug608.scala
+++ b/test/files/neg/bug608.scala
@@ -2,7 +2,7 @@ trait CrashDueToTypeError {
def id[a](x :a) :a = x
trait Bifunctor {
- type a; // content
+ type a; // content
type s <: Bifunctor
// uncomment this-vvvvvvvvvvvvvvvvvvvvvvvvvvvv, and it compiles