Alexander Ioffe
fun <R> filter(p: (@SpecialValue Person) -> R) ... filter(p -> p.name)
p
p.name
expression.type.annotations
expression.type
my.stuff.Person
@SpecialValue
@Retention(AnnotationRetention.SOURCE)
AnnotationRetention.BINARY
A modern programming language that makes developers happier.