Main.hx 81 B

123456
  1. class Main {
  2. static function main() {
  3. function x() {}
  4. static var y = x;
  5. }
  6. }