``` @Target(AnnotationTarget.EXPRESSION) annotatio...
# language-proposals
d
Copy code
@Target(AnnotationTarget.EXPRESSION)
annotation class Pure

val test = listOf(1, 2, 3).filter @Pure { it > 1 }