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
@@ -31,7 +31,7 @@ public final class C {
// source: 'stubsFromSuperclassNoBridges.kt'
public method <init>(): void
public method add(p0: int, p1: java.lang.CharSequence): void
public synthetic method add(p0: int, p1: java.lang.Object): void
public synthetic bridge method add(p0: int, p1: java.lang.Object): void
public method addAll(p0: int, p1: java.util.Collection): boolean
public @org.jetbrains.annotations.NotNull method get(p0: int): java.lang.CharSequence
public synthetic bridge method get(p0: int): java.lang.Object
@@ -42,8 +42,8 @@ public final class C {
public @org.jetbrains.annotations.NotNull method listIterator(): java.util.ListIterator
public @org.jetbrains.annotations.NotNull method listIterator(p0: int): java.util.ListIterator
public method remove(p0: int): java.lang.CharSequence
public synthetic method remove(p0: int): java.lang.Object
public synthetic bridge method remove(p0: int): java.lang.Object
public method set(p0: int, p1: java.lang.CharSequence): java.lang.CharSequence
public synthetic method set(p0: int, p1: java.lang.Object): java.lang.Object
public synthetic bridge method set(p0: int, p1: java.lang.Object): java.lang.Object
public @org.jetbrains.annotations.NotNull method subList(p0: int, p1: int): java.util.List
}