summaryrefslogblamecommitdiff
path: root/test/files/neg/t8372.check
blob: 87c27a26cca5fc9ef1ff9ad057f70e72a18d2879 (plain) (tree)
1
2
3
4
5
6
7






                                                                                              
t8372.scala:7: error: tpe T1 is an unresolved spliceable type
  def unzip[T1, T2](a: Array[(T1, T2)]) = a.unzip
                                            ^
t8372.scala:9: error: tpe T1 is an unresolved spliceable type
  def unzip3[T1, T2, T3](a: Array[(T1, T2, T3)]): (Array[T1], Array[T2], Array[T3]) = a.unzip3
                                                                                        ^
two errors found