Searched refs:Base3 (Results 1 – 8 of 8) sorted by relevance
/third_party/typescript/tests/baselines/reference/ |
D | super1.symbols | 60 class Base3 { 61 >Base3 : Symbol(Base3, Decl(super1.ts, 30, 1)) 64 >foo : Symbol(Base3.foo, Decl(super1.ts, 33, 13)) 70 class SubE3 extends Base3 { 72 >Base3 : Symbol(Base3, Decl(super1.ts, 30, 1)) 78 >super : Symbol(Base3, Decl(super1.ts, 30, 1))
|
D | super1.types | 73 class Base3 { 74 >Base3 : Base3 84 class SubE3 extends Base3 { 86 >Base3 : Base3 94 >super : Base3
|
D | super1.js | 35 class Base3 { class 41 class SubE3 extends Base3 { 134 var Base3 = /** @class */ (function () { 135 function Base3() { class in Base3 137 Base3.prototype.foo = function () { 140 return Base3; 151 }(Base3));
|
D | super1.errors.txt | 3 tests/cases/compiler/super1.ts(42,22): error TS2339: Property 'bar' does not exist on type 'Base3'. 45 class Base3 { 51 class SubE3 extends Base3 { 55 !!! error TS2339: Property 'bar' does not exist on type 'Base3'.
|
/third_party/boost/libs/serialization/test/ |
D | test_shared_ptr_multi_base.cpp | 60 struct Base3 { struct 61 Base3() {} in Base3() function 62 Base3(int x) : m_x(3 + x) {} in Base3() function 63 virtual ~Base3(){ in ~Base3() argument 76 struct Sub:public Base1, public Base2, public Base3 { 105 ar & BOOST_SERIALIZATION_BASE_OBJECT_NVP(Base3); in serialize() 254 WPT<Base3> tc4_wp(tc4_sp); in test() 273 WPT<Base3> tc6_wp(tc6_sp_tmp); in test() 282 SPT<Base3> tc7_sp(tc7_sp_tmp); in test()
|
/third_party/typescript/tests/cases/compiler/ |
D | super1.ts | 34 class Base3 { class 40 class SubE3 extends Base3 {
|
/third_party/node/test/cctest/ |
D | test_url.cc | 72 TEST_F(URLTest, Base3) { in TEST_F() argument
|
/third_party/python/Doc/tutorial/ |
D | classes.rst | 637 class DerivedClassName(Base1, Base2, Base3):
|