Render annotation arguments in bytecodeListing tests
This commit is contained in:
+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
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user