Added 'LowPriorityInOverloadResolution' annotation

This commit is contained in:
Svetlana Isakova
2015-10-16 17:51:27 +03:00
parent 1cfb7d8f57
commit ded62686a0
5 changed files with 33 additions and 2 deletions
@@ -30,6 +30,13 @@ internal annotation class NoInfer
@Retention(AnnotationRetention.SOURCE)
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
/**
* The value of this type parameter should be mentioned in input types (argument types, receiver type or expected type).
*/