summaryrefslogtreecommitdiff
path: root/test/pending/neg/t3189.check
blob: 43dd0f29a05ca4345930d6dc5128d24baf51e7e2 (plain) (blame)
1
2
3
4
5
6
7
t3189.scala:2: error: illegal start of simple pattern
  val Array(a,b*) = ("": Any)
                ^
t3189.scala:3: error: ')' expected but '}' found.
}
^
two errors found