Changed retention to 'binary' for LowPriorityInOverloadResolution

This commit is contained in:
Svetlana Isakova
2015-10-19 14:57:36 +03:00
parent ab3cfc3454
commit 499ca02615
@@ -34,7 +34,6 @@ internal annotation class Exact
* Specifies that a corresponding member has the lowest priority in overload resolution.
*/
@Target(AnnotationTarget.FUNCTION, AnnotationTarget.PROPERTY)
@Retention(AnnotationRetention.SOURCE)
internal annotation class LowPriorityInOverloadResolution
/**