Home
last modified time | relevance | path

Searched refs:aUnion (Results 1 – 6 of 6) sorted by relevance

/third_party/python/Lib/ctypes/test/
Dtest_pep3118.py96 class aUnion(Union): class
192 (aUnion, "B", (), aUnion),
/third_party/typescript/tests/cases/conformance/types/unknown/
DunknownType2.ts59 declare const aUnion: { x: number } | { y: string }; constant
83 if (u === aUnion) {
/third_party/typescript/tests/baselines/reference/
DunknownType2.js58 declare const aUnion: { x: number } | { y: string };
82 if (u === aUnion) {
307 if (u === aUnion) {
DunknownType2.types169 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; }
DunknownType2.errors.txt62 declare const aUnion: { x: number } | { y: string };
86 if (u === aUnion) {
DunknownType2.symbols147 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))