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
@@ -3,7 +3,7 @@ public final class TestClass$Companion {
// source: 'jvmStaticDeprecatedProperty.kt'
private method <init>(): void
public synthetic method <init>(p0: kotlin.jvm.internal.DefaultConstructorMarker): void
public synthetic deprecated static @kotlin.Deprecated @kotlin.jvm.JvmStatic method getA$annotations(): void
public synthetic deprecated static @kotlin.Deprecated(message="") @kotlin.jvm.JvmStatic method getA$annotations(): void
public deprecated final method getA(): int
public final inner class TestClass$Companion
}
@@ -27,7 +27,7 @@ public final class TestInterface$Companion {
private deprecated final static field a: int
static method <clinit>(): void
private method <init>(): void
public synthetic deprecated static @kotlin.Deprecated @kotlin.jvm.JvmStatic method getA$annotations(): void
public synthetic deprecated static @kotlin.Deprecated(message="") @kotlin.jvm.JvmStatic method getA$annotations(): void
public deprecated final method getA(): int
public final inner class TestInterface$Companion
}
@@ -48,6 +48,6 @@ public final class TestObject {
private deprecated final static field a: int
static method <clinit>(): void
private method <init>(): void
public synthetic deprecated static @kotlin.Deprecated @kotlin.jvm.JvmStatic method getA$annotations(): void
public synthetic deprecated static @kotlin.Deprecated(message="") @kotlin.jvm.JvmStatic method getA$annotations(): void
public deprecated final static method getA(): int
}