Fixed annotation

This commit is contained in:
Igor Chevdar
2017-05-19 12:15:34 +03:00
parent 072da99ba3
commit 889e0e5078
@@ -58,7 +58,7 @@ public annotation class OnlyOutputTypes
/**
* Specifies that this function should not be called directly without inlining
*/
@Target(AnnotationTarget.FUNCTION)
@Target(AnnotationTarget.FUNCTION, AnnotationTarget.PROPERTY, AnnotationTarget.PROPERTY_GETTER, AnnotationTarget.PROPERTY_SETTER)
@Retention(AnnotationRetention.BINARY)
internal annotation class InlineOnly