Home
last modified time | relevance | path

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

/third_party/typescript/tests/cases/compiler/
DcollectionPatternNoError.ts13 function fetchMsg<V extends Message>(protoCtor: MsgConstructor<V>): V { function
/third_party/typescript/tests/baselines/reference/
DcollectionPatternNoError.js49 function fetchMsg(protoCtor) { function