[stdlib] Make @LowPriorityInOverloadResolution applicable to ctors
This commit is contained in:
@@ -22,7 +22,7 @@ internal annotation class Exact
|
||||
/**
|
||||
* Specifies that a corresponding member has the lowest priority in overload resolution.
|
||||
*/
|
||||
@Target(AnnotationTarget.FUNCTION, AnnotationTarget.PROPERTY)
|
||||
@Target(AnnotationTarget.FUNCTION, AnnotationTarget.PROPERTY, AnnotationTarget.CONSTRUCTOR)
|
||||
@Retention(AnnotationRetention.BINARY)
|
||||
internal annotation class LowPriorityInOverloadResolution
|
||||
|
||||
|
||||
Reference in New Issue
Block a user