Searched refs:testBool (Results 1 – 9 of 9) sorted by relevance
3 …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; }'.
7 >nestedProp : { testBool?: boolean; }9 testBool?: boolean;10 >testBool : boolean
11 testBool?: boolean;12 >testBool : Symbol(testBool, Decl(nonObjectUnionNestedExcessPropertyCheck.ts, 2, 18))
5 testBool?: boolean;
4 testBool?: boolean;
63 public void testBool() { in testBool() method in DataReadWriteTest
66 public void testBool() { in testBool() method in DataReadWriteTest
373 public function testBool() function in ArrayTest
299 public function testBool() { function in MapFieldTest