summaryrefslogblamecommitdiff
path: root/test/files/pos/package-implicit/ActorRef.scala
blob: e3f93c5e721363d02fe9eb04d43572a0d995ead7 (plain) (tree)
1
2
3
4
5
6
7






                                        
package t1000647.foo

trait ActorRef {
  def stop(): Unit = {}
}

trait ScalaActorRef { self: ActorRef => }