aboutsummaryrefslogblamecommitdiff
path: root/tests/untried/pos/hkarray.scala
blob: a9a4ab3e3311f73a450e1bb9c7ecf7b7ae5c6be2 (plain) (tree)
1
2
3
4
5




                            
trait Foo[CC[_]] { }

class Bip {
  val x = new Foo[Array] { }
}