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,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
}