Searched refs:oinks (Results 1 – 4 of 4) sorted by relevance
/third_party/typescript/tests/baselines/reference/ |
D | unionAndIntersectionInference1.js | 66 oinks: boolean; 72 pigify(mbp).oinks; // OK, mbp is treated as Pig 136 pigify(mbp).oinks; // OK, mbp is treated as Pig
|
D | unionAndIntersectionInference1.symbols | 174 oinks: boolean; 175 >oinks : Symbol(Pig.oinks, Decl(unionAndIntersectionInference1.ts, 63, 15)) 192 pigify(mbp).oinks; // OK, mbp is treated as Pig 193 >pigify(mbp).oinks : Symbol(Pig.oinks, Decl(unionAndIntersectionInference1.ts, 63, 15)) 196 >oinks : Symbol(Pig.oinks, Decl(unionAndIntersectionInference1.ts, 63, 15))
|
D | unionAndIntersectionInference1.types | 157 oinks: boolean; 158 >oinks : boolean 168 pigify(mbp).oinks; // OK, mbp is treated as Pig 169 >pigify(mbp).oinks : boolean 173 >oinks : boolean
|
/third_party/typescript/tests/cases/conformance/types/typeRelationships/typeInference/ |
D | unionAndIntersectionInference1.ts | 67 oinks: boolean; property 73 pigify(mbp).oinks; // OK, mbp is treated as Pig
|