Changed name resolution for dynamic extension. Added annotation DynamicExtension.
This commit is contained in:
@@ -57,4 +57,11 @@ internal annotation class OnlyInputTypes
|
||||
*/
|
||||
@Target(AnnotationTarget.FUNCTION)
|
||||
@Retention(AnnotationRetention.BINARY)
|
||||
internal annotation class InlineOnly
|
||||
internal annotation class InlineOnly
|
||||
|
||||
/**
|
||||
* Specifies that this declaration can have dynamic receiver type.
|
||||
*/
|
||||
@Target(AnnotationTarget.FUNCTION, AnnotationTarget.PROPERTY)
|
||||
@Retention(AnnotationRetention.BINARY)
|
||||
internal annotation class DynamicExtension
|
||||
Reference in New Issue
Block a user