Home
last modified time | relevance | path

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

/third_party/typescript/tests/baselines/reference/
H A DimportTypeGenericArrowTypeParenthesized.js17 export const works1 = fn((x: number) => x);
25 exports.works2 = exports.works1 = exports.fail2 = exports.fail1 = void 0;
31 exports.works1 = (0, module_1.fn)(function (x) { return x; });
39 export declare const works1: import("module").Modifier<(x: number) => number>;
/third_party/rust/crates/cfg-if/src/
H A Dlib.rs94 fn works1() -> Option2<u32> { Some(1) } in works1() functions
96 fn works1() -> Option<u32> { None } in works1() functions
135 assert!(works1().is_some()); in it_works()
151 assert!(works1().is_some()); in test_usage_within_a_function()

Completed in 1 milliseconds