Main.hx 77 B

123456
  1. class Main {
  2. static function main() {
  3. $type(C.dyn);
  4. $type(C.typed);
  5. }
  6. }