From f4e886a2de909e36295baa2c31eea16753cec50f Mon Sep 17 00:00:00 2001 From: cheezzario Date: Fri, 8 Aug 2025 10:57:27 +0300 Subject: [PATCH] [ArkTS][StdLib] Array indexOf(int) Description: Change escompat.Array.indexOf 'fromIndex' parameter type from 'number' to 'int' Issue: https://gitee.com/openharmony/arkcompiler_runtime_core/issues/ICTWD8 Testing: All required pre-merge tests passed. Results are available in the ggwatcher Signed-off-by: cheezzario --- ets2panda/scripts/arkui.properties | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ets2panda/scripts/arkui.properties b/ets2panda/scripts/arkui.properties index 988315ac84..d1356f2289 100644 --- a/ets2panda/scripts/arkui.properties +++ b/ets2panda/scripts/arkui.properties @@ -1,3 +1,3 @@ ARKUI_DEV_REPO=https://gitee.com/rri_opensource/koala_projects.git -ARKUI_DEV_BRANCH=panda_rev_10-suggestion-rebuild +ARKUI_DEV_BRANCH=panda_rev_10-array-indexof-int ARKUI_DEST=koala-sig -- Gitee