summaryrefslogtreecommitdiff
path: root/test/files/pos/t2435.scala
diff options
context:
space:
mode:
Diffstat (limited to 'test/files/pos/t2435.scala')
-rw-r--r--test/files/pos/t2435.scala2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/files/pos/t2435.scala b/test/files/pos/t2435.scala
index 2db931b99f..697e9e1f2d 100644
--- a/test/files/pos/t2435.scala
+++ b/test/files/pos/t2435.scala
@@ -9,7 +9,7 @@ object Bug {
case class FConstant[E <: FChain](constant:String, tail:E) extends FChain {
type T = tail.T
}
-
+
object FNil extends FChain {
type T = Unit
}