summaryrefslogtreecommitdiff
path: root/test/files/neg/t7756b.check
blob: 5a88ae3c25b385c5c7902b84fb7d88ef35062fe7 (plain) (blame)
1
2
3
4
t7756b.scala:3: error: comparing values of types Int and String using `==' will always yield false
    case _ => 0 == ""
                ^
one error found