Home
last modified time | relevance | path

Searched refs:works2 (Results 1 - 2 of 2) sorted by relevance

/third_party/typescript/tests/baselines/reference/
H A DimportTypeGenericArrowTypeParenthesized.js19 export const works2 = fn<MakeItWork>(x => x);
25 exports.works2 = exports.works1 = exports.fail2 = exports.fail1 = void 0;
32 exports.works2 = (0, module_1.fn)(function (x) { return x; });
41 export declare const works2: import("module").Modifier<MakeItWork>;
/third_party/rust/crates/cfg-if/src/
H A Dlib.rs102 fn works2() -> bool { false } in works2() functions
104 fn works2() -> bool { true } in works2() functions
106 fn works2() -> bool { false } in works2() functions
136 assert!(works2()); in it_works()

Completed in 2 milliseconds