aboutsummaryrefslogblamecommitdiff
path: root/tests/pos/t3560.scala
blob: 3cde9710dc85e2618436cefeb0811bd59efcd63e (plain) (tree)
1
2

                                                                                    
trait Foo[X] { def foo : Map[String,Foo[X]] }
object T3560 { def f[T]() : Foo[T] = new Foo[T] { var foo = Map[String,Foo[T]]() } }