summaryrefslogblamecommitdiff
path: root/test/files/neg/t750/Test_2.scala
blob: 80977431c54ef8139b701b9aedf70289ba96cea2 (plain) (tree)
1
2
3
4
5
6





                         
// t750
object Test extends App {
  val a = Array(1, 2, 3)
  AO_1.f(a)
  AO_1.f[Int](a)
}