Test.hx 79 B

12345
  1. package pack.shadow;
  2. class Test {
  3. public static function f() return 42;
  4. }