[ObjCExport] Analysis Api: Implement initial support for exporting 'MustBeDocumented' annotations
^KT-64869 Fixed
This commit is contained in:
committed by
Space Team
parent
cdcb3e4dcd
commit
80d9933543
Vendored
+8
@@ -0,0 +1,8 @@
|
||||
@kotlin.annotation.MustBeDocumented
|
||||
annotation class ImportantAnnotation
|
||||
|
||||
@kotlin.annotation.MustBeDocumented
|
||||
annotation class AnotherImportantAnnotation
|
||||
|
||||
@ImportantAnnotation @AnotherImportantAnnotation
|
||||
interface Foo
|
||||
Reference in New Issue
Block a user