Home
last modified time | relevance | path

Searched defs:lambda10 (Results 1 – 2 of 2) sorted by relevance

/third_party/typescript/tests/cases/compiler/
DimplicitAnyDeclareFunctionExprWithoutFormalType.ts16 var lambda10 = function temp1() { return 5; } variable
/third_party/typescript/tests/baselines/reference/
DimplicitAnyDeclareFunctionExprWithoutFormalType.js16 var lambda10 = function temp1() { return 5; } function