raulraja
kotlin.annotation.AnnotationTarget.EXPRESSION
fun main(args: Array<String>) { println(@myannotation doStuff()) }
yan