aboutsummaryrefslogblamecommitdiff
path: root/tests/pos/i1665.scala
blob: b7e4a4eedd38455db5bc052689a2302ed45d4099 (plain) (tree)
1
2
3
4
5
6
7






             
object Test {
  !=(1)
  !=("abc")
  1 != this
  !=(this)
}