diff --git a/kotlin-native/backend.native/tests/objcexport/expectedLazy.h b/kotlin-native/backend.native/tests/objcexport/expectedLazy.h index 2632d5aa081..5d013575d44 100644 --- a/kotlin-native/backend.native/tests/objcexport/expectedLazy.h +++ b/kotlin-native/backend.native/tests/objcexport/expectedLazy.h @@ -1202,11 +1202,23 @@ __attribute__((swift_name("KT49937"))) - (NSString *)description __attribute__((swift_name("description()"))); @end + +/** + * @note annotations + * Foo + * BugReport(assignedTo="me", status="open") +*/ __attribute__((swift_name("MyInterface"))) @protocol KtMyInterface @required @end + +/** + * @note annotations + * Foo + * BugReport(assignedTo="me", status="open") +*/ __attribute__((objc_subclassing_restricted)) __attribute__((swift_name("Bar"))) @interface KtBar : KtBase diff --git a/kotlin-native/backend.native/tests/objcexport/expectedLazyLegacySuspendUnit.h b/kotlin-native/backend.native/tests/objcexport/expectedLazyLegacySuspendUnit.h index 7f41c363fac..f21f3a44d74 100644 --- a/kotlin-native/backend.native/tests/objcexport/expectedLazyLegacySuspendUnit.h +++ b/kotlin-native/backend.native/tests/objcexport/expectedLazyLegacySuspendUnit.h @@ -1202,11 +1202,23 @@ __attribute__((swift_name("KT49937"))) - (NSString *)description __attribute__((swift_name("description()"))); @end + +/** + * @note annotations + * Foo + * BugReport(assignedTo="me", status="open") +*/ __attribute__((swift_name("MyInterface"))) @protocol KtMyInterface @required @end + +/** + * @note annotations + * Foo + * BugReport(assignedTo="me", status="open") +*/ __attribute__((objc_subclassing_restricted)) __attribute__((swift_name("Bar"))) @interface KtBar : KtBase diff --git a/kotlin-native/backend.native/tests/objcexport/expectedLazyNoGenerics.h b/kotlin-native/backend.native/tests/objcexport/expectedLazyNoGenerics.h index 42319374a87..157d4079f24 100644 --- a/kotlin-native/backend.native/tests/objcexport/expectedLazyNoGenerics.h +++ b/kotlin-native/backend.native/tests/objcexport/expectedLazyNoGenerics.h @@ -1202,11 +1202,23 @@ __attribute__((swift_name("KT49937"))) - (NSString *)description __attribute__((swift_name("description()"))); @end + +/** + * @note annotations + * Foo + * BugReport(assignedTo="me", status="open") +*/ __attribute__((swift_name("MyInterface"))) @protocol KtMyInterface @required @end + +/** + * @note annotations + * Foo + * BugReport(assignedTo="me", status="open") +*/ __attribute__((objc_subclassing_restricted)) __attribute__((swift_name("Bar"))) @interface KtBar : KtBase