Main.hx 87 B

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