Home
last modified time | relevance | path

Searched refs:Foo1 (Results 1 - 18 of 18) sorted by relevance

/third_party/typescript/tests/baselines/reference/
H A DmoduleAndInterfaceWithSameName.js2 module Foo1 {
35 var Foo1; variable
36 (function (Foo1) {
40 })(Bar = Foo1.Bar || (Foo1.Bar = {}));
41 })(Foo1 || (Foo1 = {}));
H A DtemplateLiteralTypes3.js4 type Foo1<T> = T extends `*${infer U}*` ? U : never;
6 type T01 = Foo1<'hello'>;
7 type T02 = Foo1<'*hello*'>;
8 type T03 = Foo1<'**hello**'>;
9 type T04 = Foo1<`*${string}*`>;
10 type T05 = Foo1<`*${number}*`>;
11 type T06 = Foo1<`*${bigint}*`>;
12 type T07 = Foo1<`*${any}*`>;
13 type T08 = Foo1<`**${string}**`>;
14 type T09 = Foo1<`**
[all...]
H A DpropertyIdentityWithPrivacyMismatch.js21 class Foo1 {
27 var y: Foo1;
37 var Foo1 = /** @class */ (function () {
38 function Foo1() {
40 return Foo1;
H A DvarianceMeasurement.js5 interface Foo1<T> {
7 y: Foo1<(arg: T) => void>;
10 declare const f10: Foo1<string>;
11 const f11: Foo1<'a'> = f10;
12 const f12: Foo1<unknown> = f10;
H A DcollisionThisExpressionAndParameter.js34 class Foo1 {
134 var Foo1 = /** @class */ (function () {
135 function Foo1(_this) {
143 return Foo1;
H A DnarrowingOfDottedNames.js44 class Foo1
149 var Foo1 = /** @class */ (function () {
150 function Foo1() {
154 return Foo1;
H A DdeepComparisons.js15 type Foo1<T> = { x: Foo2<T> };
16 type Foo2<T> = { x: Foo1<T> };
19 let x: Foo1<U> = 0 as any as Bar<U>; // No error!
H A DunionAndIntersectionInference3.js14 interface Foo1<T> {
22 declare let f1: <T>(x: Foo1<T> | Bar1<T>) => Promise<T>;
23 declare let f2: <U>(x: Foo1<U> | Bar1<U>) => Promise<U>;
H A DintersectionsAndEmptyObjects.js83 type Foo1 = { x: string } & { [x: number]: Foo1 };
H A DvarianceAnnotations.js61 type Foo1<in T> = { // Error
69 value: Foo1<T[]>;
255 type Foo1<in T> = {
261 value: Foo1<T[]>;
H A DneverAsDiscriminantType(strict=false).js2 type Foo1 = { kind: 'a', a: number } | { kind: 'b' } | { kind: never };
4 function f1(foo: Foo1) {
H A DneverAsDiscriminantType(strict=true).js2 type Foo1 = { kind: 'a', a: number } | { kind: 'b' } | { kind: never };
4 function f1(foo: Foo1) {
/third_party/rust/crates/bindgen/bindgen-tests/tests/headers/
H A Ddupe-enum-variant-in-namespace.h6 Foo1 = 0, member in foo::Bar
/third_party/rust/crates/bindgen/bindgen-tests/tests/expectations/tests/
H A Ddupe-enum-variant-in-namespace.rs16 pub const Foo1: root::foo::Bar = Bar::Foo; consts
/third_party/python/Doc/includes/
H A Dmp_newtype.py38 MyManager.register('Foo1', Foo)
57 f1 = manager.Foo1()
/third_party/python/Lib/test/
H A Dtest_float.py186 class Foo1(object): class
211 self.assertEqual(float(Foo1()), 42.)
/third_party/protobuf/csharp/src/Google.Protobuf.Test.TestProtos/
H A DUnittestProto3.cs216 [pbr::OriginalName("FOO1")] Foo1 = 1, enumerator
H A DUnittest.cs992 [pbr::OriginalName("FOO1")] Foo1 = 1, enumerator
[all...]

Completed in 76 milliseconds