From 6a588fe369989cf0bade47c0d3290140fa4e012c Mon Sep 17 00:00:00 2001 From: cheezzario Date: Tue, 2 Sep 2025 13:43:08 +0300 Subject: [PATCH] [ArkTS][StdLib] Array lastIndexOf(int) Description: escompat.Array.lastIndexOf number2int Issue: https://gitee.com/openharmony/arkcompiler_runtime_core/issues/ICW0X1 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 3bfafba8ef..f06facf3bc 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-array_get_set_number2int +ARKUI_DEV_BRANCH=panda_rev_10-array-lastindexof-int ARKUI_DEST=koala-sig -- Gitee