Update testData for restricted expression annotations retention
This commit is contained in:
@@ -1,4 +1,5 @@
|
||||
@Target(AnnotationTarget.EXPRESSION)
|
||||
@Retention(AnnotationRetention.SOURCE)
|
||||
annotation class ann
|
||||
|
||||
fun foo(): Int = <caret>@ann 1
|
||||
Reference in New Issue
Block a user