/third_party/typescript/tests/baselines/reference/ |
D | privateNameAndPropertySignature.errors.txt | 1 …PropertySignature.ts(2,5): error TS18016: Private identifiers are not allowed outside class bodies. 2 …PropertySignature.ts(3,5): error TS18016: Private identifiers are not allowed outside class bodies. 3 …PropertySignature.ts(7,5): error TS18016: Private identifiers are not allowed outside class bodies. 4 …PropertySignature.ts(8,5): error TS18016: Private identifiers are not allowed outside class bodies. 5 …ropertySignature.ts(12,5): error TS18016: Private identifiers are not allowed outside class bodies. 6 …ropertySignature.ts(14,9): error TS18016: Private identifiers are not allowed outside class bodies. 7 …ropertySignature.ts(15,9): error TS18016: Private identifiers are not allowed outside class bodies. 8 …ropertySignature.ts(17,5): error TS18016: Private identifiers are not allowed outside class bodies. 9 …opertySignature.ts(20,28): error TS18016: Private identifiers are not allowed outside class bodies. 16 !!! error TS18016: Private identifiers are not allowed outside class bodies. [all …]
|
D | errorSuperCalls.errors.txt | 2 …lls/errorSuperCalls.ts(9,9): error TS2337: Super calls are not permitted outside constructors or i… 3 …ls/errorSuperCalls.ts(14,9): error TS2337: Super calls are not permitted outside constructors or i… 4 …ls/errorSuperCalls.ts(18,9): error TS2337: Super calls are not permitted outside constructors or i… 5 …ls/errorSuperCalls.ts(22,9): error TS2337: Super calls are not permitted outside constructors or i… 6 …ls/errorSuperCalls.ts(26,9): error TS2337: Super calls are not permitted outside constructors or i… 7 …s/errorSuperCalls.ts(30,16): error TS2337: Super calls are not permitted outside constructors or i… 8 …ls/errorSuperCalls.ts(34,9): error TS2337: Super calls are not permitted outside constructors or i… 9 …ls/errorSuperCalls.ts(38,9): error TS2337: Super calls are not permitted outside constructors or i… 11 …ls/errorSuperCalls.ts(58,9): error TS2337: Super calls are not permitted outside constructors or i… 12 …ls/errorSuperCalls.ts(62,9): error TS2337: Super calls are not permitted outside constructors or i… [all …]
|
D | privateNameBadDeclaration.errors.txt | 1 …ameBadDeclaration.ts(3,3): error TS18016: Private identifiers are not allowed outside class bodies. 2 …ameBadDeclaration.ts(4,3): error TS18016: Private identifiers are not allowed outside class bodies. 4 …ameBadDeclaration.ts(5,7): error TS18016: Private identifiers are not allowed outside class bodies. 5 …ameBadDeclaration.ts(9,3): error TS18016: Private identifiers are not allowed outside class bodies. 6 …meBadDeclaration.ts(10,3): error TS18016: Private identifiers are not allowed outside class bodies. 8 …meBadDeclaration.ts(11,7): error TS18016: Private identifiers are not allowed outside class bodies. 17 !!! error TS18016: Private identifiers are not allowed outside class bodies. 20 !!! error TS18016: Private identifiers are not allowed outside class bodies. 25 !!! error TS18016: Private identifiers are not allowed outside class bodies. 31 !!! error TS18016: Private identifiers are not allowed outside class bodies. [all …]
|
D | privateNameJsBadDeclaration.errors.txt | 1 …teNameJsPrototype.js(3,3): error TS18016: Private identifiers are not allowed outside class bodies. 2 …teNameJsPrototype.js(4,3): error TS18016: Private identifiers are not allowed outside class bodies. 4 …teNameJsPrototype.js(5,7): error TS18016: Private identifiers are not allowed outside class bodies. 5 …teNameJsPrototype.js(9,3): error TS18016: Private identifiers are not allowed outside class bodies. 6 …eNameJsPrototype.js(10,3): error TS18016: Private identifiers are not allowed outside class bodies. 8 …eNameJsPrototype.js(11,7): error TS18016: Private identifiers are not allowed outside class bodies. 17 !!! error TS18016: Private identifiers are not allowed outside class bodies. 20 !!! error TS18016: Private identifiers are not allowed outside class bodies. 25 !!! error TS18016: Private identifiers are not allowed outside class bodies. 31 !!! error TS18016: Private identifiers are not allowed outside class bodies. [all …]
|
D | derivedClassSuperCallsInNonConstructorMembers.errors.txt | 4 …ConstructorMembers.ts(10,9): error TS2337: Super calls are not permitted outside constructors or i… 5 …ConstructorMembers.ts(13,9): error TS2337: Super calls are not permitted outside constructors or i… 6 …ConstructorMembers.ts(17,9): error TS2337: Super calls are not permitted outside constructors or i… 10 …ConstructorMembers.ts(22,9): error TS2337: Super calls are not permitted outside constructors or i… 11 …ConstructorMembers.ts(25,9): error TS2337: Super calls are not permitted outside constructors or i… 12 …ConstructorMembers.ts(29,9): error TS2337: Super calls are not permitted outside constructors or i… 16 // error to use super calls outside a constructor 33 !!! error TS2337: Super calls are not permitted outside constructors or in nested functions inside … 38 !!! error TS2337: Super calls are not permitted outside constructors or in nested functions inside … 44 !!! error TS2337: Super calls are not permitted outside constructors or in nested functions inside … [all …]
|
D | illegalSuperCallsInConstructor.errors.txt | 2 …CallsInConstructor.ts(7,24): error TS2337: Super calls are not permitted outside constructors or i… 3 …CallsInConstructor.ts(8,26): error TS2337: Super calls are not permitted outside constructors or i… 4 …CallsInConstructor.ts(9,32): error TS2337: Super calls are not permitted outside constructors or i… 6 …allsInConstructor.ts(12,17): error TS2337: Super calls are not permitted outside constructors or i… 8 …allsInConstructor.ts(16,17): error TS2337: Super calls are not permitted outside constructors or i… 22 !!! error TS2337: Super calls are not permitted outside constructors or in nested functions inside … 26 !!! error TS2337: Super calls are not permitted outside constructors or in nested functions inside … 30 !!! error TS2337: Super calls are not permitted outside constructors or in nested functions inside … 40 !!! error TS2337: Super calls are not permitted outside constructors or in nested functions inside … 52 !!! error TS2337: Super calls are not permitted outside constructors or in nested functions inside …
|
D | privateNameJsBadAssignment.errors.txt | 2 …meJsBadAssignment.js(1,9): error TS18016: Private identifiers are not allowed outside class bodies. 3 …eJsBadAssignment.js(3,13): error TS18016: Private identifiers are not allowed outside class bodies. 9 exports.#nope = 1; // Error (outside class body) 13 !!! error TS18016: Private identifiers are not allowed outside class bodies. 15 A.prototype.#no = 2; // Error (outside class body) 17 !!! error TS18016: Private identifiers are not allowed outside class bodies. 20 B.#foo = 3; // Error (outside class body)
|
D | privateNameBadAssignment.errors.txt | 2 …NameBadAssignment.ts(1,9): error TS18016: Private identifiers are not allowed outside class bodies. 3 …ameBadAssignment.ts(3,13): error TS18016: Private identifiers are not allowed outside class bodies. 10 exports.#nope = 1; // Error (outside class body) 14 !!! error TS18016: Private identifiers are not allowed outside class bodies. 16 A.prototype.#no = 2; // Error (outside class body) 18 !!! error TS18016: Private identifiers are not allowed outside class bodies. 21 B.#foo = 3; // Error (outside class body)
|
D | superCallOutsideConstructor.errors.txt | 1 …lOutsideConstructor.ts(6,9): error TS2337: Super calls are not permitted outside constructors or i… 2 …utsideConstructor.ts(12,13): error TS2337: Super calls are not permitted outside constructors or i… 3 …utsideConstructor.ts(16,13): error TS2337: Super calls are not permitted outside constructors or i… 14 !!! error TS2337: Super calls are not permitted outside constructors or in nested functions inside … 22 !!! error TS2337: Super calls are not permitted outside constructors or in nested functions inside … 28 !!! error TS2337: Super calls are not permitted outside constructors or in nested functions inside …
|
D | privateNameMethodAccess.errors.txt | 1 …hodAccess.ts(12,10): error TS18013: Property '#method' is not accessible outside class 'A2' becaus… 2 …hodAccess.ts(15,14): error TS18013: Property '#method' is not accessible outside class 'A2' becaus… 3 …hodAccess.ts(20,18): error TS18013: Property '#method' is not accessible outside class 'A2' becaus… 20 !!! error TS18013: Property '#method' is not accessible outside class 'A2' because it has a private… 25 !!! error TS18013: Property '#method' is not accessible outside class 'A2' because it has a private… 32 !!! error TS18013: Property '#method' is not accessible outside class 'A2' because it has a private…
|
D | privateNameAccessorsAccess.errors.txt | 1 …ssorsAccess.ts(14,10): error TS18013: Property '#prop' is not accessible outside class 'A2' becaus… 2 …ssorsAccess.ts(17,14): error TS18013: Property '#prop' is not accessible outside class 'A2' becaus… 3 …ssorsAccess.ts(22,18): error TS18013: Property '#prop' is not accessible outside class 'A2' becaus… 22 !!! error TS18013: Property '#prop' is not accessible outside class 'A2' because it has a private i… 27 !!! error TS18013: Property '#prop' is not accessible outside class 'A2' because it has a private i… 34 !!! error TS18013: Property '#prop' is not accessible outside class 'A2' because it has a private i…
|
D | privateNameStaticAccessorsAccess.errors.txt | 1 …essorsAccess.ts(16,4): error TS18013: Property '#prop' is not accessible outside class 'A2' becaus… 2 …essorsAccess.ts(19,8): error TS18013: Property '#prop' is not accessible outside class 'A2' becaus… 3 …ssorsAccess.ts(24,12): error TS18013: Property '#prop' is not accessible outside class 'A2' becaus… 24 !!! error TS18013: Property '#prop' is not accessible outside class 'A2' because it has a private i… 29 !!! error TS18013: Property '#prop' is not accessible outside class 'A2' because it has a private i… 36 !!! error TS18013: Property '#prop' is not accessible outside class 'A2' because it has a private i…
|
D | moduleResolutionWithRequire.types | 8 const a = require('../outside-of-rootdir/foo'); 10 >require('../outside-of-rootdir/foo') : any 12 >'../outside-of-rootdir/foo' : "../outside-of-rootdir/foo"
|
D | moduleResolutionWithRequireAndImport.types | 13 const a = require('../outside-of-rootdir/foo'); 15 >require('../outside-of-rootdir/foo') : any 17 >'../outside-of-rootdir/foo' : "../outside-of-rootdir/foo"
|
D | privateNameMethodClassExpression.errors.txt | 1 …Expression.ts(9,17): error TS18013: Property '#method' is not accessible outside class '(anonymous… 2 …Expression.ts(10,17): error TS18013: Property '#field' is not accessible outside class '(anonymous… 16 !!! error TS18013: Property '#method' is not accessible outside class '(anonymous)' because it has … 19 !!! error TS18013: Property '#field' is not accessible outside class '(anonymous)' because it has a…
|
D | privateNameStaticFieldDerivedClasses.errors.txt | 1 …asses.ts(4,17): error TS18013: Property '#derivedProp' is not accessible outside class 'Derived' b… 2 …ivedClasses.ts(12,14): error TS18013: Property '#prop' is not accessible outside class 'Base' beca… 11 !!! error TS18013: Property '#derivedProp' is not accessible outside class 'Derived' because it has… 21 !!! error TS18013: Property '#prop' is not accessible outside class 'Base' because it has a private…
|
D | privateNameStaticMethodClassExpression.errors.txt | 1 …Expression.ts(9,14): error TS18013: Property '#method' is not accessible outside class 'D' because… 2 …Expression.ts(10,14): error TS18013: Property '#field' is not accessible outside class 'D' because… 16 !!! error TS18013: Property '#method' is not accessible outside class 'D' because it has a private … 19 !!! error TS18013: Property '#field' is not accessible outside class 'D' because it has a private i…
|
D | privateNamesInGenericClasses.errors.txt | 1 …enericClasses.ts(22,3): error TS18013: Property '#foo' is not accessible outside class 'C' because… 2 …ricClasses.ts(23,3): error TS18013: Property '#method' is not accessible outside class 'C' because… 3 …nericClasses.ts(24,3): error TS18013: Property '#prop' is not accessible outside class 'C' because… 34 !!! error TS18013: Property '#foo' is not accessible outside class 'C' because it has a private ide… 37 !!! error TS18013: Property '#method' is not accessible outside class 'C' because it has a private … 40 !!! error TS18013: Property '#prop' is not accessible outside class 'C' because it has a private id…
|
D | classStaticBlock16.errors.txt | 2 …sStaticBlock16.ts(11,28): error TS18013: Property '#y' is not accessible outside class 'D' because… 3 …sStaticBlock16.ts(21,28): error TS18013: Property '#x' is not accessible outside class 'C' because… 22 !!! error TS18013: Property '#y' is not accessible outside class 'D' because it has a private ident… 34 !!! error TS18013: Property '#x' is not accessible outside class 'C' because it has a private ident…
|
D | privateNameJsBadAssignment.types | 2 exports.#nope = 1; // Error (outside class body) 11 A.prototype.#no = 2; // Error (outside class body) 22 B.#foo = 3; // Error (outside class body)
|
/third_party/typescript/tests/ts_extra_tests/test_ts_cases/spec/namespaces/declaration_merging/ |
D | declaration_merging_1_3.ts | 24 import { outside } from './declaration_merging_1_1.js'; 26 var o1: outside.OA = { OA: "OA" }; 27 var o2: outside.OB = { OB: 1024 }; 30 let x: outside.OA; 31 x = new outside.B();
|
/third_party/node/test/es-module/ |
D | test-esm-type-flag-loose-files.mjs | 7 describe('the type flag should change the interpretation of certain files outside of any package sc… 9 it('should run as ESM a .js file that is outside of any package scope', async () => { 21 …it('should run as ESM an extensionless JavaScript file that is outside of any package scope', asyn… 33 …it('should run as Wasm an extensionless Wasm file that is outside of any package scope', async () … 47 it('should import as ESM a .js file that is outside of any package scope', async () => { 52 … it('should import as ESM an extensionless JavaScript file that is outside of any package scope', 58 …it('should import as Wasm an extensionless Wasm file that is outside of any package scope', async …
|
/third_party/vk-gl-cts/modules/gles2/functional/ |
D | es2fClippingTests.cpp | 1886 const tcu::IVec3 outside[] = in init() local 1935 for (int ndx = 0; ndx < DE_LENGTH_OF_ARRAY(outside); ++ndx) in init() 1943 const tcu::Vec3 r2 = IVec3ToVec3(outside[ndx]) * far; in init() 1949 (outside[ndx].x() > 0 ? "_pos_x" : (outside[ndx].x() < 0 ? "_neg_x" : "")) + in init() 1950 (outside[ndx].y() > 0 ? "_pos_y" : (outside[ndx].y() < 0 ? "_neg_y" : "")) + in init() 1951 (outside[ndx].z() > 0 ? "_pos_z" : (outside[ndx].z() < 0 ? "_neg_z" : "")); in init() 1956 if (outside[ndx].x() == 0 && outside[ndx].y() == 0) in init() 1984 for (int ndx1 = 0; ndx1 < DE_LENGTH_OF_ARRAY(outside); ++ndx1) in init() 1985 for (int ndx2 = ndx1 + 1; ndx2 < DE_LENGTH_OF_ARRAY(outside); ++ndx2) in init() 1992 const tcu::IVec3 r1 = outside[ndx1]; in init() [all …]
|
/third_party/vk-gl-cts/modules/gles3/functional/ |
D | es3fClippingTests.cpp | 1889 const tcu::IVec3 outside[] = in init() local 1938 for (int ndx = 0; ndx < DE_LENGTH_OF_ARRAY(outside); ++ndx) in init() 1946 const tcu::Vec3 r2 = IVec3ToVec3(outside[ndx]) * far; in init() 1952 (outside[ndx].x() > 0 ? "_pos_x" : (outside[ndx].x() < 0 ? "_neg_x" : "")) + in init() 1953 (outside[ndx].y() > 0 ? "_pos_y" : (outside[ndx].y() < 0 ? "_neg_y" : "")) + in init() 1954 (outside[ndx].z() > 0 ? "_pos_z" : (outside[ndx].z() < 0 ? "_neg_z" : "")); in init() 1959 if (outside[ndx].x() == 0 && outside[ndx].y() == 0) in init() 1987 for (int ndx1 = 0; ndx1 < DE_LENGTH_OF_ARRAY(outside); ++ndx1) in init() 1988 for (int ndx2 = ndx1 + 1; ndx2 < DE_LENGTH_OF_ARRAY(outside); ++ndx2) in init() 1995 const tcu::IVec3 r1 = outside[ndx1]; in init() [all …]
|
/third_party/rust/crates/cxx/tests/ui/ |
D | unique_ptr_to_opaque.rs | 1 mod outside { module 15 type C = crate::outside::C; 22 cxx::UniquePtr::new(outside::C { a: 4 }); in main()
|