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
@@ -5,6 +5,7 @@
public annotation class ClsAnn
@kotlin.annotation.Target
@kotlin.annotation.Retention
@java.lang.annotation.Retention
@java.lang.annotation.Target
@kotlin.Metadata
@@ -63,4 +64,4 @@ public final class LiteralsKt {
@kotlin.Metadata
public class My {
public method <init>(): void
}
}