Main.hx 67 B

123456
  1. function main() {
  2. var x = switch [][0] {
  3. case null:
  4. 'x';
  5. }
  6. }