All Downloads are FREE. Search and download functionalities are using the official Maven repository.

kotlin.internal.OnlyInputTypes.kt Maven / Gradle / Ivy

There is a newer version: 1.6
Show newest version
package kotlin.internal

/**
 * Basically, this fixes strict typing for extension functions...
 */
@Target(AnnotationTarget.TYPE_PARAMETER)
@Retention(AnnotationRetention.BINARY)
internal annotation class OnlyInputTypes




© 2015 - 2024 Weber Informatics LLC | Privacy Policy