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

9 lines
96 B
TypeScript

// @comments: true
function Foo(x: any)
{
}
Foo(() =>
// do something
127);