summaryrefslogblamecommitdiff
path: root/test/files/neg/multi-array.check
blob: 6bdeb34c9eb92ad7077f050d094e8c2fd6b6d7bc (plain) (tree)
1
2
3
4
                                                                                            
                                       
                           
               
multi-array.scala:7: error: too many arguments for constructor Array: (_length: Int)Array[T]
  val a: Array[Int] = new Array(10, 10)
                          ^
one error found