Deprecated.hx 102 B

1234
  1. function main() {
  2. // usage of a deprecated function to generate warning
  3. Std.is("string", String);
  4. }