Create new HidesMembers annotation
This commit is contained in:
@@ -37,6 +37,14 @@ internal annotation class Exact
|
||||
@Retention(AnnotationRetention.BINARY)
|
||||
internal annotation class LowPriorityInOverloadResolution
|
||||
|
||||
/**
|
||||
* Specifies that the corresponding member has the highest priority in overload resolution. Effectively this means that
|
||||
* an extension annotated with this annotation will win in overload resolution over a member with the same signature.
|
||||
*/
|
||||
@Target(AnnotationTarget.FUNCTION, AnnotationTarget.PROPERTY)
|
||||
@Retention(AnnotationRetention.BINARY)
|
||||
internal annotation class HidesMembers
|
||||
|
||||
/**
|
||||
* The value of this type parameter should be mentioned in input types (argument types, receiver type or expected type).
|
||||
*/
|
||||
|
||||
Reference in New Issue
Block a user