Home
last modified time | relevance | path

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

/third_party/typescript/tests/baselines/reference/
DinstanceMemberInitialization.js16 constructor(private readonly Map_: { new<K, V>(): any }) {}
33 function MyMap(Map_) { argument
/third_party/typescript/tests/cases/conformance/classes/propertyMemberDeclarations/
DinstanceMemberInitialization.ts15 constructor(private readonly Map_: { new<K, V>(): any }) {} property in MyMap