Main.hx 83 B

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