class MyClass {
  static function getName() : string {
    return "MyClass@foo.jsx";
  }
}

// vim: set tabstop=2 shiftwidth=2 expandtab:

