Tests: adjust test data for bytecode listing tests

- remove obsolete `IGNORE_BACKEND: JVM` directives
- move contents of .ir.txt files to the corresponding .txt
This commit is contained in:
Alexander Udalov
2023-11-01 16:19:42 +01:00
committed by Space Team
parent 1cf04916d6
commit 968dfddbc9
348 changed files with 865 additions and 9800 deletions
@@ -1,18 +1,6 @@
@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
private final static method foo$bar(): void
public final static method foo(): void
}