summaryrefslogtreecommitdiff
path: root/test/files/pos/constant-warning.check
blob: f7df2165d133425b5b74b0f1420be9c7bead6648 (plain) (blame)
1
2
3
4
constant-warning.scala:2: warning: Evaluation of a constant expression results in an arithmetic error: / by zero
  val fails = 1 + 2 / (3 - 2 - 1)
                    ^
one warning found