[ObjCExport] Fix 'MustBeDocumented' annotation missing on non value parameters

This commit is contained in:
Sebastian Sellmair
2023-12-07 13:05:12 +01:00
committed by Space Team
parent 885a7dcd8f
commit 1440e66519
10 changed files with 139 additions and 4 deletions
@@ -0,0 +1,5 @@
@Target(AnnotationTarget.VALUE_PARAMETER)
@MustBeDocumented
annotation class ImportantAnnotation
fun @receiver:ImportantAnnotation Any.foo() = toString()