Main.hx 77 B

12345
  1. class Main {
  2. static function main() {
  3. var s:Stream<Int, Int> = null;
  4. }
  5. }