Home
last modified time | relevance | path

Searched refs:publicFunction (Results 1 – 13 of 13) sorted by relevance

/third_party/typescript/tests/baselines/reference/
DimplicitAnyInAmbientDeclaration.symbols14 public publicFunction(x); // this should be an error
15 >publicFunction : Symbol(C.publicFunction, Decl(implicitAnyInAmbientDeclaration.ts, 3, 30))
DimplicitAnyInAmbientDeclaration.errors.txt2 tests/cases/compiler/implicitAnyInAmbientDeclaration.ts(6,16): error TS7010: 'publicFunction', whic…
14 public publicFunction(x); // this should be an error
16 !!! error TS7010: 'publicFunction', which lacks return-type annotation, implicitly has an 'any' ret…
DimplicitAnyInAmbientDeclaration2.d.symbols18 public publicFunction(x); // this should be an error
19 >publicFunction : Symbol(C.publicFunction, Decl(implicitAnyInAmbientDeclaration2.d.ts, 4, 26))
DimplicitAnyInAmbientDeclaration.types14 public publicFunction(x); // this should be an error
15 >publicFunction : (x: any) => any
DimplicitAnyInAmbientDeclaration2.d.errors.txt5 tests/cases/compiler/implicitAnyInAmbientDeclaration2.d.ts(7,12): error TS7010: 'publicFunction', w…
25 public publicFunction(x); // this should be an error
27 !!! error TS7010: 'publicFunction', which lacks return-type annotation, implicitly has an 'any' ret…
DimplicitAnyInAmbientDeclaration2.d.types18 public publicFunction(x); // this should be an error
19 >publicFunction : (x: any) => any
DimplicitAnyInAmbientDeclaration.js7 public publicFunction(x); // this should be an error
/third_party/typescript/tests/cases/compiler/
DimplicitAnyInAmbientDeclaration.ts7 public publicFunction(x); // this should be an error method in C
DimplicitAnyInAmbientDeclaration2.d.ts8 public publicFunction(x); // this should be an error
/third_party/skia/experimental/tskit/bindings/
Dcore.d.ts7 publicFunction(input: string): void; method
/third_party/skia/experimental/tskit/build/
Dexterns.js4 Module.publicFunction = function() {}; function
/third_party/skia/experimental/tskit/npm_build/types/
Dindex.d.ts22 publicFunction(input: string): void; method
/third_party/skia/experimental/tskit/interface/
Dpublic_api.d.ts5 publicFunction(input: string): void; method