From 654a38514ed0008c9ab115e9ed7b671460086931 Mon Sep 17 00:00:00 2001 From: cheezzario Date: Fri, 8 Aug 2025 10:57:27 +0300 Subject: [PATCH] [ArkTS][StdLib] Array lastIndexOf(int) Description: escompat.Array.lastIndexOf(T, int): int Issue: https://gitee.com/openharmony/arkcompiler_runtime_core/issues/ICSMON 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