summaryrefslogtreecommitdiff
path: root/test/files/neg/t5353.check
blob: 75e24356000a16aba59fcc3a0f0a5980db01ee5c (plain) (blame)
1
2
3
4
t5353.scala:2: error: this type parameter must be specified
  def f(x: Boolean) = if (x) Array("abc") else Array()
                                                    ^
one error found