summaryrefslogtreecommitdiff
path: root/test/files/neg/t5493.scala
blob: 459cf53bbd90156a8d661f0bffd1a38d157f41ca (plain) (blame)
1
2
3
object Test {
  def meh(xs: Any): Any = xs :: iDontExist :: Nil
}