summaryrefslogtreecommitdiff
path: root/test/files/neg/t7756b.check
blob: 2817a7e230d368f75a1d770704476b16d3341c2e (plain) (blame)
1
2
3
4
5
6
t7756b.scala:3: warning: comparing values of types Int and String using `==' will always yield false
    case _ => 0 == ""
                ^
error: No warnings can be incurred under -Xfatal-warnings.
one warning found
one error found