summaryrefslogtreecommitdiff
path: root/test/files/pos/t1292.scala
diff options
context:
space:
mode:
Diffstat (limited to 'test/files/pos/t1292.scala')
-rw-r--r--test/files/pos/t1292.scala2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/files/pos/t1292.scala b/test/files/pos/t1292.scala
index 83a996d530..3ed153abf2 100644
--- a/test/files/pos/t1292.scala
+++ b/test/files/pos/t1292.scala
@@ -1,5 +1,5 @@
trait Foo[T <: Foo[T, Enum], Enum <: Enumeration] {
- type StV = Enum#Value
+ type StV = Enum#Value
type Meta = MegaFoo[T, Enum]
type Slog <: Enumeration