summaryrefslogblamecommitdiff
path: root/test/files/neg/checksensibleUnit.check
blob: 1de1aa803197269abfcbfac15ecb486a0e1282b1 (plain) (tree)
1
2
3
4
5
6
7






                                                                  
checksensibleUnit.scala:3: error: value > is not a member of Unit
  println((c = 1) > 0)
          ^
checksensibleUnit.scala:4: error: value <= is not a member of Unit
  println((c = 1) <= 0)
          ^
two errors found