Main.hx 94 B

12345
  1. class Main {
  2. static public function main() {
  3. trace(haxe.rtti.Meta.Meta.getType(Main));
  4. }
  5. }