[ObjCExport] Fix 'MustBeDocumented' annotation missing on non value parameters
This commit is contained in:
committed by
Space Team
parent
885a7dcd8f
commit
1440e66519
Vendored
+5
@@ -0,0 +1,5 @@
|
||||
@Target(AnnotationTarget.VALUE_PARAMETER)
|
||||
@MustBeDocumented
|
||||
annotation class ImportantAnnotation
|
||||
|
||||
fun @receiver:ImportantAnnotation Any.foo() = toString()
|
||||
Reference in New Issue
Block a user