Render annotation arguments in bytecodeListing tests
This commit is contained in:
@@ -1,18 +1,18 @@
|
||||
@kotlin.Deprecated
|
||||
@kotlin.Deprecated(message="", level=ERROR)
|
||||
@kotlin.Metadata
|
||||
public deprecated final class E {
|
||||
// source: 'deprecatedClass.kt'
|
||||
public method <init>(): void
|
||||
}
|
||||
|
||||
@kotlin.Deprecated
|
||||
@kotlin.Deprecated(message="", level=HIDDEN)
|
||||
@kotlin.Metadata
|
||||
public deprecated final class H {
|
||||
// source: 'deprecatedClass.kt'
|
||||
public method <init>(): void
|
||||
}
|
||||
|
||||
@kotlin.Deprecated
|
||||
@kotlin.Deprecated(message="", level=WARNING)
|
||||
@kotlin.Metadata
|
||||
public deprecated final class W {
|
||||
// source: 'deprecatedClass.kt'
|
||||
|
||||
+2
-2
@@ -2,9 +2,9 @@
|
||||
public final enum class Test {
|
||||
// source: 'deprecatedEnumEntryFields.kt'
|
||||
private synthetic final static field $VALUES: Test[]
|
||||
public deprecated final enum static @kotlin.Deprecated field ENTRY1: Test
|
||||
public deprecated final enum static @kotlin.Deprecated(message="") field ENTRY1: Test
|
||||
public final enum static field ENTRY2: Test
|
||||
public deprecated final enum static @kotlin.Deprecated field ENTRY3: Test
|
||||
public deprecated final enum static @kotlin.Deprecated(message="") field ENTRY3: Test
|
||||
static method <clinit>(): void
|
||||
private method <init>(p0: java.lang.String, p1: int): void
|
||||
public static method valueOf(p0: java.lang.String): Test
|
||||
|
||||
+2
-2
@@ -2,9 +2,9 @@
|
||||
public final enum class Test {
|
||||
// source: 'deprecatedEnumEntryFields.kt'
|
||||
private synthetic final static field $VALUES: Test[]
|
||||
public deprecated final enum static @kotlin.Deprecated field ENTRY1: Test
|
||||
public deprecated final enum static @kotlin.Deprecated(message="") field ENTRY1: Test
|
||||
public final enum static field ENTRY2: Test
|
||||
public deprecated final enum static @kotlin.Deprecated field ENTRY3: Test
|
||||
public deprecated final enum static @kotlin.Deprecated(message="") field ENTRY3: Test
|
||||
private synthetic final static method $values(): Test[]
|
||||
static method <clinit>(): void
|
||||
private method <init>(p0: java.lang.String, p1: int): void
|
||||
|
||||
+6
-6
@@ -1,21 +1,21 @@
|
||||
@kotlin.Metadata
|
||||
public final class test/A {
|
||||
// source: 'part.kt'
|
||||
public deprecated final static @kotlin.Deprecated method f(): void
|
||||
public deprecated final static @kotlin.Deprecated(message="") method f(): void
|
||||
public deprecated final static method getExt(p0: int): int
|
||||
public final static method getExtA(p0: int): int
|
||||
public deprecated final static @org.jetbrains.annotations.NotNull method getStr(): java.lang.String
|
||||
public deprecated final static @kotlin.Deprecated method setExtA(p0: int, p1: int): void
|
||||
public deprecated final static @kotlin.Deprecated(message="") method setExtA(p0: int, p1: int): void
|
||||
}
|
||||
|
||||
@kotlin.Metadata
|
||||
synthetic final class test/A__PartKt {
|
||||
// source: 'part.kt'
|
||||
public deprecated final static @kotlin.Deprecated method f(): void
|
||||
public synthetic deprecated static @kotlin.Deprecated method getExt$annotations(p0: int): void
|
||||
public deprecated final static @kotlin.Deprecated(message="") method f(): void
|
||||
public synthetic deprecated static @kotlin.Deprecated(message="") method getExt$annotations(p0: int): void
|
||||
public deprecated final static method getExt(p0: int): int
|
||||
public final static method getExtA(p0: int): int
|
||||
public synthetic deprecated static @kotlin.Deprecated method getStr$annotations(): void
|
||||
public synthetic deprecated static @kotlin.Deprecated(message="") method getStr$annotations(): void
|
||||
public deprecated final static @org.jetbrains.annotations.NotNull method getStr(): java.lang.String
|
||||
public deprecated final static @kotlin.Deprecated method setExtA(p0: int, p1: int): void
|
||||
public deprecated final static @kotlin.Deprecated(message="") method setExtA(p0: int, p1: int): void
|
||||
}
|
||||
|
||||
+1
-1
@@ -2,7 +2,7 @@
|
||||
public final class DeprecatedLateinitVarKt {
|
||||
// source: 'deprecatedLateinitVar.kt'
|
||||
public deprecated static field lateinitVar: java.lang.String
|
||||
public synthetic deprecated static @kotlin.Deprecated method getLateinitVar$annotations(): void
|
||||
public synthetic deprecated static @kotlin.Deprecated(message="") method getLateinitVar$annotations(): void
|
||||
public deprecated final static @org.jetbrains.annotations.NotNull method getLateinitVar(): java.lang.String
|
||||
public deprecated final static method setLateinitVar(@org.jetbrains.annotations.NotNull p0: java.lang.String): void
|
||||
}
|
||||
|
||||
+14
-14
@@ -9,31 +9,31 @@ public final class DeprecatedPropertyKt {
|
||||
private deprecated static field testVarWithExplicitDefaultGetSet: int
|
||||
private deprecated static field testVarWithExplicitDefaultSet: int
|
||||
static method <clinit>(): void
|
||||
public synthetic deprecated static @kotlin.Deprecated method getTestExtVal$annotations(p0: java.lang.Object): void
|
||||
public synthetic deprecated static @kotlin.Deprecated(message="") method getTestExtVal$annotations(p0: java.lang.Object): void
|
||||
public deprecated final static method getTestExtVal(@org.jetbrains.annotations.NotNull p0: java.lang.Object): int
|
||||
public synthetic deprecated static @kotlin.Deprecated method getTestGenExtVal$annotations(p0: java.util.List): void
|
||||
public synthetic deprecated static @kotlin.Deprecated(message="") method getTestGenExtVal$annotations(p0: java.util.List): void
|
||||
public deprecated final static method getTestGenExtVal(@org.jetbrains.annotations.NotNull p0: java.util.List): int
|
||||
public synthetic deprecated static @kotlin.Deprecated method getTestLateinitVar$annotations(): void
|
||||
public synthetic deprecated static @kotlin.Deprecated(message="") method getTestLateinitVar$annotations(): void
|
||||
public deprecated final static @org.jetbrains.annotations.NotNull method getTestLateinitVar(): java.lang.Object
|
||||
public synthetic deprecated static @kotlin.Deprecated method getTestVal$annotations(): void
|
||||
public synthetic deprecated static @kotlin.Deprecated(message="") method getTestVal$annotations(): void
|
||||
public deprecated final static method getTestVal(): int
|
||||
public synthetic deprecated static @kotlin.Deprecated method getTestValWithExplicitDefaultGet$annotations(): void
|
||||
public synthetic deprecated static @kotlin.Deprecated(message="") method getTestValWithExplicitDefaultGet$annotations(): void
|
||||
public deprecated final static method getTestValWithExplicitDefaultGet(): int
|
||||
public synthetic deprecated static @kotlin.Deprecated method getTestValWithExplicitGet$annotations(): void
|
||||
public synthetic deprecated static @kotlin.Deprecated(message="") method getTestValWithExplicitGet$annotations(): void
|
||||
public deprecated final static method getTestValWithExplicitGet(): int
|
||||
public synthetic deprecated static @kotlin.Deprecated method getTestVar$annotations(): void
|
||||
public synthetic deprecated static @kotlin.Deprecated(message="") method getTestVar$annotations(): void
|
||||
public deprecated final static method getTestVar(): int
|
||||
public synthetic deprecated static @kotlin.Deprecated method getTestVarWithExplicitDefaultGet$annotations(): void
|
||||
public synthetic deprecated static @kotlin.Deprecated(message="") method getTestVarWithExplicitDefaultGet$annotations(): void
|
||||
public deprecated final static method getTestVarWithExplicitDefaultGet(): int
|
||||
public synthetic deprecated static @kotlin.Deprecated method getTestVarWithExplicitDefaultGetSet$annotations(): void
|
||||
public synthetic deprecated static @kotlin.Deprecated(message="") method getTestVarWithExplicitDefaultGetSet$annotations(): void
|
||||
public deprecated final static method getTestVarWithExplicitDefaultGetSet(): int
|
||||
public synthetic deprecated static @kotlin.Deprecated method getTestVarWithExplicitDefaultSet$annotations(): void
|
||||
public synthetic deprecated static @kotlin.Deprecated(message="") method getTestVarWithExplicitDefaultSet$annotations(): void
|
||||
public deprecated final static method getTestVarWithExplicitDefaultSet(): int
|
||||
public synthetic deprecated static @kotlin.Deprecated method getTestVarWithExplicitGetSet$annotations(): void
|
||||
public synthetic deprecated static @kotlin.Deprecated(message="") method getTestVarWithExplicitGetSet$annotations(): void
|
||||
public deprecated final static method getTestVarWithExplicitGetSet(): int
|
||||
public synthetic deprecated static @kotlin.Deprecated method getTextExtVar$annotations(p0: java.lang.Object): void
|
||||
public synthetic deprecated static @kotlin.Deprecated(message="") method getTextExtVar$annotations(p0: java.lang.Object): void
|
||||
public deprecated final static method getTextExtVar(@org.jetbrains.annotations.NotNull p0: java.lang.Object): int
|
||||
public synthetic deprecated static @kotlin.Deprecated method getTextGenExtVar$annotations(p0: java.util.List): void
|
||||
public synthetic deprecated static @kotlin.Deprecated(message="") method getTextGenExtVar$annotations(p0: java.util.List): void
|
||||
public deprecated final static method getTextGenExtVar(@org.jetbrains.annotations.NotNull p0: java.util.List): int
|
||||
public deprecated final static method setTestLateinitVar(@org.jetbrains.annotations.NotNull p0: java.lang.Object): void
|
||||
public deprecated final static method setTestVar(p0: int): void
|
||||
@@ -48,7 +48,7 @@ public final class DeprecatedPropertyKt {
|
||||
@kotlin.Metadata
|
||||
public final class I$DefaultImpls {
|
||||
// source: 'deprecatedProperty.kt'
|
||||
public synthetic deprecated static @kotlin.Deprecated method getId$annotations(p0: java.lang.Object): void
|
||||
public synthetic deprecated static @kotlin.Deprecated(message="") method getId$annotations(p0: java.lang.Object): void
|
||||
public deprecated static method getId(@org.jetbrains.annotations.NotNull p0: I, p1: java.lang.Object): java.lang.Object
|
||||
public final inner class I$DefaultImpls
|
||||
}
|
||||
|
||||
@@ -2,18 +2,18 @@
|
||||
public class Base {
|
||||
// source: 'hidden.kt'
|
||||
public method <init>(): void
|
||||
public synthetic deprecated @kotlin.Deprecated method f(): void
|
||||
public synthetic deprecated @kotlin.Deprecated(message="", level=HIDDEN) method f(): void
|
||||
}
|
||||
|
||||
@kotlin.Metadata
|
||||
public final class Derived {
|
||||
// source: 'hidden.kt'
|
||||
public synthetic deprecated @kotlin.Deprecated method <init>(): void
|
||||
public synthetic deprecated @kotlin.Deprecated(message="", level=HIDDEN) method <init>(): void
|
||||
public synthetic method f(): void
|
||||
}
|
||||
|
||||
@kotlin.Metadata
|
||||
public final class HiddenKt {
|
||||
// source: 'hidden.kt'
|
||||
public synthetic deprecated final static @kotlin.Deprecated @kotlin.DeprecatedSinceKotlin method hidden(): void
|
||||
public synthetic deprecated final static @kotlin.Deprecated(message="") @kotlin.DeprecatedSinceKotlin(hiddenSince="1.0") method hidden(): void
|
||||
}
|
||||
|
||||
+2
-2
@@ -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
|
||||
}
|
||||
|
||||
+2
-2
@@ -2,9 +2,9 @@
|
||||
public abstract class A {
|
||||
// source: 'inlineClassTypesInSignature.kt'
|
||||
public method <init>(): void
|
||||
public synthetic deprecated static @kotlin.Deprecated method getHidden-w2LRezQ$annotations(): void
|
||||
public synthetic deprecated static @kotlin.Deprecated(message="", level=HIDDEN) method getHidden-w2LRezQ$annotations(): void
|
||||
public synthetic deprecated abstract method getHidden-w2LRezQ(): byte
|
||||
public synthetic deprecated static @kotlin.Deprecated method getWarn-w2LRezQ$annotations(): void
|
||||
public synthetic deprecated static @kotlin.Deprecated(message="") method getWarn-w2LRezQ$annotations(): void
|
||||
public deprecated abstract method getWarn-w2LRezQ(): byte
|
||||
public synthetic deprecated abstract method setHidden-7apg3OU(p0: byte): void
|
||||
public deprecated abstract method setWarn-7apg3OU(p0: byte): void
|
||||
|
||||
+3
-3
@@ -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
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user