distributed actor Foobar {
  distributed func baz() {
  }

  func qux() {
  }
}
