aboutsummaryrefslogblamecommitdiff
path: root/tests/new/package-implicit/ActorRef.scala
blob: de57e61ceb6d97467b0d89050df09b0c022e3b5b (plain) (tree)
1
2
3
4
5
6
7






                                         
package t1000647.foo

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

trait ScalaActorRef { self: ActorRef => }