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,6 +0,0 @@
@kotlin.Metadata
public interface I {
// source: 'privateAccessorNaming.kt'
public method bar(): int
private method foo(): int
}
@@ -1,19 +1,6 @@
@kotlin.Metadata
final class I$bar$1 {
// source: 'privateAccessorNaming.kt'
enclosing method I.bar()I
synthetic final field this$0: I
inner (anonymous) class I$bar$1
method <init>(p0: I): void
public final method invoke(): int
public synthetic bridge method invoke(): java.lang.Object
}
@kotlin.Metadata
public interface I {
// source: 'privateAccessorNaming.kt'
inner (anonymous) class I$bar$1
public synthetic static method access$foo(p0: I): int
public method bar(): int
private method foo(): int
}