From 03085f80659967d3e38df3086e7ccf15fc91b534 Mon Sep 17 00:00:00 2001 From: Jozsef Koczo Date: Fri, 25 Jul 2025 12:19:07 +0200 Subject: [PATCH] Remove cath type annotation Issue: https://gitee.com/openharmony/arkcompiler_ets_frontend/issues/ICOWAW Change-Id: I58a1e0c4d7e90e2afacfdc4cdb5d81d9c6917425 Signed-off-by: Jozsef Koczo --- 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 d7c3f746a3..a1e531bebe 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_9-debug-info-signature +ARKUI_DEV_BRANCH=panda_rev_9-catch-type ARKUI_DEST=koala-sig -- Gitee