Render annotation arguments in bytecodeListing tests

This commit is contained in:
Alexander Udalov
2021-07-20 00:43:19 +02:00
parent 7958307d28
commit 104188c035
46 changed files with 243 additions and 199 deletions
+2 -2
View File
@@ -3,8 +3,8 @@ public interface A {
// source: 'defaultImpls.kt'
}
@kotlin.annotation.Retention
@java.lang.annotation.Retention
@kotlin.annotation.Retention(value=BINARY)
@java.lang.annotation.Retention(value=CLASS)
@kotlin.Metadata
public annotation class Anno {
// source: 'defaultImpls.kt'