ContextFunctionTypeParams

@Target(allowedTargets = [AnnotationTarget.TYPE])
annotation class ContextFunctionTypeParams(val count: Int)(source)

Since Kotlin

1.0
@Target(allowedTargets = [AnnotationTarget.TYPE])
annotation class ContextFunctionTypeParams(val count: Int)(source)

Since Kotlin

1.1

Properties

Link copied to clipboard
val count: Int
Since Kotlin 1.0
val count: Int
Since Kotlin 1.1