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:
committed by
Space Team
parent
1cf04916d6
commit
968dfddbc9
@@ -1,7 +1,7 @@
|
||||
@kotlin.Metadata
|
||||
public final class Test1 {
|
||||
// source: 'kt44233.kt'
|
||||
private final field received: java.util.concurrent.ConcurrentSkipListSet
|
||||
private final @org.jetbrains.annotations.NotNull field received: java.util.concurrent.ConcurrentSkipListSet
|
||||
public method <init>(): void
|
||||
public @org.jetbrains.annotations.NotNull method iterator(): java.util.Iterator
|
||||
}
|
||||
@@ -9,7 +9,7 @@ public final class Test1 {
|
||||
@kotlin.Metadata
|
||||
public final class Test2 {
|
||||
// source: 'kt44233.kt'
|
||||
private final field received: java.lang.String[]
|
||||
private final @org.jetbrains.annotations.NotNull field received: java.lang.String[]
|
||||
public method <init>(): void
|
||||
public @org.jetbrains.annotations.NotNull method iterator(): java.util.Iterator
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user