Update testData for restricted expression annotations retention

This commit is contained in:
Dmitry Petrov
2018-07-19 12:28:16 +03:00
parent 92a8448042
commit acf0bb349c
27 changed files with 31 additions and 15 deletions
@@ -8,4 +8,5 @@ fun foo() {}
fun ((Int) -> Unit).doIt() {}
@Target(AnnotationTarget.EXPRESSION)
@Retention(AnnotationRetention.SOURCE)
annotation class Ann(val bar: String)