TypeScript/tests/cases/compiler/lambdaASIEmit.ts

10 lines
103 B
TypeScript
Raw Normal View History

// @removeComments: false
2014-07-13 01:04:16 +02:00
function Foo(x: any)
{
}
Foo(() =>
// do something
127);