Update testData for restricted expression annotations retention
This commit is contained in:
@@ -5,6 +5,7 @@ annotation class ClsAnn
|
||||
annotation class FunAnn
|
||||
|
||||
@Target(AnnotationTarget.EXPRESSION)
|
||||
@Retention(AnnotationRetention.SOURCE)
|
||||
annotation class ExprAnn
|
||||
|
||||
fun bar(arg: () -> Int) = arg()
|
||||
|
||||
Reference in New Issue
Block a user