You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
// Type is unknown here because a list item with unknown type is added later (even though the list item has the original type assigned, it cannot be determined at compile time)
5164
+
// Type is unknown here because a list item with unknown type is added later
5161
5165
v = m_builder->createSub(m_builder->addListSize(localList.get()), m_builder->addConstValue(1));
5162
5166
v = m_builder->addListItem(localList.get(), v);
5163
5167
m_builder->addFunctionCall("test_print_number", Compiler::StaticType::Void, { Compiler::StaticType::Number }, { v });
0 commit comments