5 lines
128 B
Kotlin
Vendored
5 lines
128 B
Kotlin
Vendored
@Target(AnnotationTarget.EXPRESSION)
|
|
@Retention(AnnotationRetention.SOURCE)
|
|
annotation class ann
|
|
|
|
fun foo(): Int = <caret>@ann 1 |