summaryrefslogblamecommitdiff
path: root/test/files/pos/hkarray.scala
blob: af1160300a60ad5e158cd40f85adb5e076e3fffc (plain) (tree)
1
2
3
4
5


                    
                            
 
trait Foo[CC[_]] { }

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