TypeScript/tests/cases/compiler/functionType.ts
2014-07-12 17:30:19 -07:00

6 lines
83 B
TypeScript

function salt() {}
salt.apply("hello", []);
(new Function("return 5"))();