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
@@ -51,9 +51,9 @@ public final class ExplicitOverride2 {
@kotlin.Metadata
public final class IFoo$DefaultImpls {
// source: 'inheritingDeprecation.kt'
public synthetic deprecated static @kotlin.Deprecated method getExtProp$annotations(p0: java.lang.String): void
public synthetic deprecated static @kotlin.Deprecated(message="") method getExtProp$annotations(p0: java.lang.String): void
public deprecated static @org.jetbrains.annotations.NotNull method getExtProp(@org.jetbrains.annotations.NotNull p0: IFoo, @org.jetbrains.annotations.NotNull p1: java.lang.String): java.lang.String
public synthetic deprecated static @kotlin.Deprecated method getProp$annotations(): void
public synthetic deprecated static @kotlin.Deprecated(message="") method getProp$annotations(): void
public deprecated static @org.jetbrains.annotations.NotNull method getProp(@org.jetbrains.annotations.NotNull p0: IFoo): java.lang.String
public final inner class IFoo$DefaultImpls
}