Home
last modified time | relevance | path

Searched refs:Fruit (Results 1 - 3 of 3) sorted by relevance

/third_party/typescript/tests/baselines/reference/
H A DconstructorWithIncompleteTypeAnnotation.js270 enum Fruit {
568 var Fruit; variable
569 (function (Fruit) {
570 Fruit[Fruit["Apple"] = 0] = "Apple";
571 Fruit[Fruit["Pear"] = 1] = "Pear";
572 })(Fruit || (Fruit = {}));
H A DcontextualSignatureInstantiation4.js6 declare function fruitFactory1<TFruit>(Fruit: new (...args: any[]) => TFruit): TFruit
9 declare function fruitFactory2<TFruit>(Fruit: new (a: string, ...args: any[]) => TFruit): TFruit
12 declare function fruitFactory3<TFruit>(Fruit: new (a: string, s: "foo", ...args: any[]) => TFruit): TFruit
15 declare function fruitFactory4<TFruit>(Fruit: new (a: string, ...args: "foo"[]) => TFruit): TFruit
18 declare function fruitFactory5<TFruit>(Fruit: new (...args: "foo"[]) => TFruit): TFruit
/third_party/python/Lib/test/
H A Dtest_enum.py112 class Fruit(Enum): class

Completed in 10 milliseconds