summaryrefslogblamecommitdiff
path: root/test/files/res/t687/QueryA.scala
blob: 72365c7e7f6486eaef78c312cbb5fff961575fa3 (plain) (tree)
1
2
3
4
             


                                       
package t687;
trait Query {
  override def equals(o : Any) = false;
}