@Target(AnnotationTarget.EXPRESSION) @Retention(AnnotationRetention.SOURCE) annotation class ann fun foo(): Int { return (@ann 1) }