Home
last modified time | relevance | path

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

/arkcompiler/ets_frontend/ets2panda/test/unit/
H A Dunion_normalization_test.cpp574 auto *const unionType3 = normalizedType3->AsETSUnionType(); in TEST_F() local
575 ASSERT_EQ(unionType3->ConstituentTypes().size(), SIZE2); in TEST_F()
576 ASSERT_EQ(unionType3->ConstituentTypes().at(IDX0), checker->GlobalBuiltinETSStringType()); in TEST_F()
577 ASSERT_EQ(unionType3->ConstituentTypes().at(IDX1), checker->GetGlobalTypesHolder()->GlobalIntegerBuiltinType()); in TEST_F()

Completed in 1 milliseconds