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