Render more information on inner classes in bytecode listing tests
This commit is contained in:
@@ -20,7 +20,7 @@ public annotation class FunAnn
|
||||
@kotlin.Metadata
|
||||
final class LiteralsKt$foo$1 {
|
||||
synthetic final field $arg: int
|
||||
inner class LiteralsKt$foo$1
|
||||
inner (anonymous) class LiteralsKt$foo$1
|
||||
method <init>(p0: int): void
|
||||
public final @FunAnn method invoke(): int
|
||||
public synthetic bridge method invoke(): java.lang.Object
|
||||
@@ -29,7 +29,7 @@ final class LiteralsKt$foo$1 {
|
||||
@kotlin.Metadata
|
||||
final class LiteralsKt$foo$2 {
|
||||
synthetic final field $arg: int
|
||||
inner class LiteralsKt$foo$2
|
||||
inner (anonymous) class LiteralsKt$foo$2
|
||||
method <init>(p0: int): void
|
||||
public final method invoke(): int
|
||||
public synthetic bridge method invoke(): java.lang.Object
|
||||
@@ -38,14 +38,14 @@ final class LiteralsKt$foo$2 {
|
||||
@ClsAnn
|
||||
@kotlin.Metadata
|
||||
public final class LiteralsKt$foo$3 {
|
||||
inner class LiteralsKt$foo$3
|
||||
inner (anonymous) class LiteralsKt$foo$3
|
||||
method <init>(): void
|
||||
}
|
||||
|
||||
@kotlin.Metadata
|
||||
final class LiteralsKt$foo$x$1 {
|
||||
synthetic final field $arg: int
|
||||
inner class LiteralsKt$foo$x$1
|
||||
inner (anonymous) class LiteralsKt$foo$x$1
|
||||
method <init>(p0: int): void
|
||||
public final @FunAnn method invoke(): int
|
||||
public synthetic bridge method invoke(): java.lang.Object
|
||||
@@ -53,10 +53,10 @@ final class LiteralsKt$foo$x$1 {
|
||||
|
||||
@kotlin.Metadata
|
||||
public final class LiteralsKt {
|
||||
inner class LiteralsKt$foo$1
|
||||
inner class LiteralsKt$foo$2
|
||||
inner class LiteralsKt$foo$3
|
||||
inner class LiteralsKt$foo$x$1
|
||||
inner (anonymous) class LiteralsKt$foo$1
|
||||
inner (anonymous) class LiteralsKt$foo$2
|
||||
inner (anonymous) class LiteralsKt$foo$3
|
||||
inner (anonymous) class LiteralsKt$foo$x$1
|
||||
public final static method bar(@org.jetbrains.annotations.NotNull p0: kotlin.jvm.functions.Function0): int
|
||||
public final static @org.jetbrains.annotations.NotNull method foo(p0: int): My
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user