OtherClass.hx 86 B

12345
  1. class OtherClass {
  2. public static function foo() {
  3. "".endsWith("");
  4. }
  5. }