From ef61ee277b181086e726b7c564f9cbf3ae57e590 Mon Sep 17 00:00:00 2001 From: Orange_66 Date: Wed, 27 Aug 2025 14:37:11 +0800 Subject: [PATCH] =?UTF-8?q?collections=E6=B3=A8=E9=87=8A=E4=BC=98=E5=8C=96?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Issue: https://gitee.com/openharmony/interface_sdk-js/issues/ICV11C Signed-off-by: Orange_66 --- arkts/@arkts.collections.d.ets | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/arkts/@arkts.collections.d.ets b/arkts/@arkts.collections.d.ets index 89e961168c..9b5fe68901 100644 --- a/arkts/@arkts.collections.d.ets +++ b/arkts/@arkts.collections.d.ets @@ -18,7 +18,9 @@ * @kit ArkTS */ +/*** if arkts 1.1 */ import lang from './@arkts.lang' +/*** endif */ /** * ArkTS collections. @@ -12516,7 +12518,7 @@ declare namespace collections { values(): IterableIterator; /** * Returns the item at that index. - * + * * @syscap SystemCapability.Utils.Lang * @atomicservice * @since 12 -- Gitee