summaryrefslogtreecommitdiff
path: root/test/files/pos/hkarray.scala
blob: 3faae180f4b4ba0b0c3a33938488e185053db724 (plain) (blame)
1
2
3
4
5
trait Foo[CC[_]] { }

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