TypeScript/tests/cases/compiler/functionType.ts

6 lines
83 B
TypeScript
Raw Normal View History

2014-07-13 01:04:16 +02:00
function salt() {}
salt.apply("hello", []);
(new Function("return 5"))();