AnyType.hx 260 B

123456789
  1. package flash;
  2. /**
  3. This type represents the Flash `*` type, which is
  4. actually the absense of type. It can be used as a
  5. type parameter for `flash.Vector` to represent the
  6. native `Vector.<*>` type.
  7. **/
  8. @:coreType abstract AnyType from Dynamic to Dynamic {}