5767f84c0e
#KT-13762 Fixed
5 lines
116 B
Kotlin
Vendored
5 lines
116 B
Kotlin
Vendored
fun foo() = @ann 1
|
|
|
|
@Target(AnnotationTarget.EXPRESSION)
|
|
@Retention(AnnotationRetention.SOURCE)
|
|
annotation class ann |