summaryrefslogtreecommitdiff
path: root/test/files/pos/t0999.scala
blob: c384820af1f058929b52c073cd5bf4bfa09a8218 (plain) (blame)
1
2
3
4
5
object A {
  val d: Double = Math.sqrt(5 match {
    case x: Double => x
  })
}