summaryrefslogtreecommitdiff
path: root/test/files/neg/t3987.scala
diff options
context:
space:
mode:
Diffstat (limited to 'test/files/neg/t3987.scala')
-rw-r--r--test/files/neg/t3987.scala2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/files/neg/t3987.scala b/test/files/neg/t3987.scala
index 1226d80228..c97d57b38f 100644
--- a/test/files/neg/t3987.scala
+++ b/test/files/neg/t3987.scala
@@ -1,7 +1,7 @@
class Gox {
object Zed { }
class Zed { }
-}
+}
object Test {
type GoxZed = t#Zed forSome { type t <: Gox }