Update testData for restricted expression annotations retention
This commit is contained in:
@@ -1,6 +1,7 @@
|
||||
// "Add new line after annotations" "true"
|
||||
|
||||
@Target(AnnotationTarget.EXPRESSION)
|
||||
@Retention(AnnotationRetention.SOURCE)
|
||||
annotation class Ann
|
||||
|
||||
fun foo(y: Int) {
|
||||
|
||||
Reference in New Issue
Block a user