diff --git a/arkts/@arkts.collections.d.ets b/arkts/@arkts.collections.d.ets index 89e961168c768b359a3396ced2f138400215e201..9b5fe6890188eb3915255dc2d608109c194153fe 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