6 lines
155 B
Kotlin
Vendored
6 lines
155 B
Kotlin
Vendored
@Target(AnnotationTarget.VALUE_PARAMETER)
|
|
@MustBeDocumented
|
|
annotation class ImportantAnnotation
|
|
|
|
fun @receiver:ImportantAnnotation Any.foo() = toString()
|