summaryrefslogtreecommitdiff
path: root/test/files/neg/t5845.check
blob: 8c6100d6de88af53a3b97f0ecb381994127e6872 (plain) (blame)
1
2
3
4
5
6
7
t5845.scala:9: error: value +++ is not a member of Int
  println(5 +++ 5)
            ^
t5845.scala:15: error: value +++ is not a member of Int
  println(5 +++ 5)
            ^
two errors found