Home
last modified time | relevance | path

Searched full:foo* (Results 29151 - 29175 of 30851) sorted by relevance

1...<<1161116211631164116511661167116811691170>>...1235

/third_party/typescript/tests/cases/fourslash/
H A DquickfixImplementInterfaceUnreachableTypeUsesRelativeImport.ts8 ////export interface Foo {
12 ////import { Foo } from './interface';
14 ////class /*1*/X implements Foo {}
18 description: "Implement interface 'Foo'",
22 import { Foo } from './interface';
24 class X implements Foo {
H A DquickinfoExpressionTypeNotChangedViaDeletion.ts6 ////declare const foo: [number, ...number[]];
9 ////const /*1*/test2: TypeEq<typeof foo, typeof bar> = false;
H A DreallyLargeFile.ts4 ////namespace /*1*/Foo {
[all...]
H A DrefactorAddOrRemoveBracesToArrowFunction1.ts3 //// const foo = /*a*/a/*b*/ => a + 1;
10 newContent: `const foo = a => {
H A DrefactorAddOrRemoveBracesToArrowFunction10.ts3 //// const foo = /*a*/a/*b*/ => { return (1, 2, 3); };
10 newContent: `const foo = a => (1, 2, 3);`,
H A DrefactorAddOrRemoveBracesToArrowFunction11.ts3 //// const foo = /*a*/a/*b*/ => { return 1, 2, 3; };
10 newContent: `const foo = a => (1, 2, 3);`,
H A DrefactorAddOrRemoveBracesToArrowFunction12.ts3 //// const foo = /*a*/a/*b*/ => { return "foo"; };
10 newContent: `const foo = a => "foo";`,
H A DrefactorAddOrRemoveBracesToArrowFunction13.ts3 //// const foo = /*a*/a/*b*/ => { return null; };
10 newContent: `const foo = a => null;`,
H A DrefactorAddOrRemoveBracesToArrowFunction14.ts3 //// const foo = /*a*/a/*b*/ => { return undefined; };
10 newContent: `const foo = a => undefined;`,
H A DrefactorAddOrRemoveBracesToArrowFunction15.ts3 //// const foo = /*a*/a/*b*/ => { return void 0; };
10 newContent: `const foo = a => void 0;`,
H A DrefactorAddOrRemoveBracesToArrowFunction16.ts3 //// const foo = /*a*/a/*b*/ => { return {}; };
10 newContent: `const foo = a => ({});`,
H A DrefactorAddOrRemoveBracesToArrowFunction17.ts3 //// const foo = /*a*/a/*b*/ => { return `abc{a}`; };
10 newContent: `const foo = a => \`abc{a}\`;`,
H A DrefactorAddOrRemoveBracesToArrowFunction18.ts3 //// const foo = /*a*/a/*b*/ => { return `abc`; };
10 newContent: `const foo = a => \`abc\`;`,
H A DrefactorAddOrRemoveBracesToArrowFunction19.ts3 //// const foo = /*a*/a/*b*/ => { return a; };
10 newContent: `const foo = a => a;`,
H A DrefactorAddOrRemoveBracesToArrowFunction2.ts3 //// const foo = /*a*/a/*b*/ => ({ a: 1 });
10 newContent: `const foo = a => {
H A DrefactorAddOrRemoveBracesToArrowFunction20.ts3 //// const foo = /*a*/a/*b*/ => {
13 newContent: `const foo = a => /* return comment*/ a;`,
H A DrefactorAddOrRemoveBracesToArrowFunction21.ts3 //// const foo = /*a*/a/*b*/ => { return; };
10 newContent: `const foo = a => void 0;`,
H A DrefactorAddOrRemoveBracesToArrowFunction22.ts3 //// const /*a*/foo/*b*/ = /*c*/(/*d*//*e*/aa/*f*/aa, /*g*/b/*h*/) /*i*//*j*/ /*k*/=>/*l*/ /*m*/{/*n*/ /*o*/return/*p*/ 1; };
H A DrefactorAddOrRemoveBracesToArrowFunction23.ts3 //// const /*a*/foo/*b*/ = /*c*/()/*d*/ /*e*//*f*/ /*g*/=>/*h*/ /*i*/1/*j*/;
H A DrefactorAddOrRemoveBracesToArrowFunction3.ts3 //// const foo = /*a*/a/*b*/ => 1;
10 newContent: `const foo = a => {
H A DrefactorAddOrRemoveBracesToArrowFunction4.ts3 //// const foo = /*a*/a/*b*/ => { return a + 1; };
10 newContent: `const foo = a => a + 1;`,
H A DrefactorAddOrRemoveBracesToArrowFunction5.ts3 //// const foo = /*a*/a/*b*/ => { return { a: 1 }; };
10 newContent: `const foo = a => ({ a: 1 });`,
H A DrefactorAddOrRemoveBracesToArrowFunction6.ts3 //// const foo = /*a*/a/*b*/ => { return 1; };
10 newContent: `const foo = a => 1;`,
H A DrefactorAddOrRemoveBracesToArrowFunction7.ts3 //// const foo = /*a*/a/*b*/ => { };
H A DrefactorAddOrRemoveBracesToArrowFunction8.ts3 //// const foo = /*a*/a/*b*/ => {

Completed in 84 milliseconds

1...<<1161116211631164116511661167116811691170>>...1235