Home
last modified time | relevance | path

Searched refs:testBool (Results 1 – 9 of 9) sorted by relevance

/third_party/typescript/tests/baselines/reference/
DnonObjectUnionNestedExcessPropertyCheck.errors.txt3 …9): error TS2322: Type '{ asdfasdf: string; }' is not assignable to type '{ testBool?: boolean; }'.
4 …may only specify known properties, and 'asdfasdf' does not exist in type '{ testBool?: boolean; }'.
13 testBool?: boolean;
30 !!! error TS2322: Type '{ asdfasdf: string; }' is not assignable to type '{ testBool?: boolean; }'.
31 …may only specify known properties, and 'asdfasdf' does not exist in type '{ testBool?: boolean; }'.
DnonObjectUnionNestedExcessPropertyCheck.types7 >nestedProp : { testBool?: boolean; }
9 testBool?: boolean;
10 >testBool : boolean
DnonObjectUnionNestedExcessPropertyCheck.symbols11 testBool?: boolean;
12 >testBool : Symbol(testBool, Decl(nonObjectUnionNestedExcessPropertyCheck.ts, 2, 18))
DnonObjectUnionNestedExcessPropertyCheck.js5 testBool?: boolean;
/third_party/typescript/tests/cases/compiler/
DnonObjectUnionNestedExcessPropertyCheck.ts4 testBool?: boolean;
/third_party/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/duration/
DDataReadWriteTest.java63 public void testBool() { in testBool() method in DataReadWriteTest
/third_party/icu/ohos_icu4j/src/main/tests/ohos/global/icu/dev/test/duration/
DDataReadWriteTest.java66 public void testBool() { in testBool() method in DataReadWriteTest
/third_party/protobuf/php/tests/
DArrayTest.php373 public function testBool() function in ArrayTest
DMapFieldTest.php299 public function testBool() { function in MapFieldTest