Minor, move around bytecode listing tests

This commit is contained in:
Alexander Udalov
2021-04-22 17:53:16 +02:00
parent 28690b7f32
commit 7e170770ea
9 changed files with 75 additions and 49 deletions
@@ -0,0 +1,18 @@
@kotlin.Metadata
final class SimpleKt$foo$1 {
// source: 'simple.kt'
enclosing method SimpleKt.foo()V
public final static field INSTANCE: SimpleKt$foo$1
inner (anonymous) class SimpleKt$foo$1
static method <clinit>(): void
method <init>(): void
public synthetic bridge method invoke(): java.lang.Object
public final method invoke(): void
}
@kotlin.Metadata
public final class SimpleKt {
// source: 'simple.kt'
inner (anonymous) class SimpleKt$foo$1
public final static method foo(): void
}