summaryrefslogtreecommitdiff
path: root/test/files/neg/t1878-typer.scala
blob: 1eb0cb7dffb472597ef170fb494b7b725d3cae66 (plain) (blame)
1
2
3
4
5
6
object Test extends App {
  // illegal - bug #1764
  null match {
    case <p> { _* } </p> =>
  }
}