summaryrefslogtreecommitdiff
path: root/test/files/neg/stmt-expr-discard.scala
blob: e60c8546259ccf9ae870774a702523c4afe69512 (plain) (blame)
1
2
3
4
5
class A {
  def f = 1
    + 2
    - 4
}