Home
last modified time | relevance | path

Searched refs:derived2Type (Results 1 - 1 of 1) sorted by relevance

/arkcompiler/ets_frontend/ets2panda/test/unit/
H A Dunion_normalization_test.cpp346 auto *const derived2Type = FindClassType(program->VarBinder()->AsETSBinder(), "Derived2"); in TEST_F() local
347 ASSERT_NE(derived2Type, nullptr); in TEST_F()
366 unionConstituents2.emplace_back(derived2Type); in TEST_F()
377 unionConstituents3.emplace_back(derived2Type); in TEST_F()
385 ASSERT_EQ(unionType->ConstituentTypes().at(IDX1), derived2Type); in TEST_F()
391 unionConstituents4.emplace_back(derived2Type); in TEST_F()
424 auto *const derived2Type = FindClassType(program->VarBinder()->AsETSBinder(), "Derived2"); in TEST_F() local
425 ASSERT_NE(derived2Type, nullptr); in TEST_F()

Completed in 2 milliseconds