Searched refs:aUnion (Results 1 – 6 of 6) sorted by relevance
/third_party/python/Lib/ctypes/test/ |
D | test_pep3118.py | 96 class aUnion(Union): class 192 (aUnion, "B", (), aUnion),
|
/third_party/typescript/tests/cases/conformance/types/unknown/ |
D | unknownType2.ts | 59 declare const aUnion: { x: number } | { y: string }; constant 83 if (u === aUnion) {
|
/third_party/typescript/tests/baselines/reference/ |
D | unknownType2.js | 58 declare const aUnion: { x: number } | { y: string }; 82 if (u === aUnion) { 307 if (u === aUnion) {
|
D | unknownType2.types | 169 declare const aUnion: { x: number } | { y: string }; 170 >aUnion : { x: number; } | { y: string; } 232 if (u === aUnion) { 233 >u === aUnion : boolean 235 >aUnion : { x: number; } | { y: string; }
|
D | unknownType2.errors.txt | 62 declare const aUnion: { x: number } | { y: string }; 86 if (u === aUnion) {
|
D | unknownType2.symbols | 147 declare const aUnion: { x: number } | { y: string }; 148 >aUnion : Symbol(aUnion, Decl(unknownType2.ts, 56, 13)) 205 if (u === aUnion) { 207 >aUnion : Symbol(aUnion, Decl(unknownType2.ts, 56, 13))
|