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,40 +0,0 @@
|
||||
@kotlin.Metadata
|
||||
public final class A$Companion {
|
||||
// source: 'jvmStaticPrivate.kt'
|
||||
private method <init>(): void
|
||||
public synthetic method <init>(p0: kotlin.jvm.internal.DefaultConstructorMarker): void
|
||||
public synthetic final static method access$f(p0: A$Companion, p1: int): void
|
||||
public synthetic final static method access$getXx(p0: A$Companion): java.lang.String
|
||||
public synthetic final static method access$setXx(p0: A$Companion, p1: java.lang.String): void
|
||||
private final @kotlin.jvm.JvmStatic method f(p0: int): void
|
||||
private synthetic deprecated static @kotlin.jvm.JvmStatic method getX$annotations(): void
|
||||
private final @kotlin.jvm.JvmStatic method getXx(): java.lang.String
|
||||
private final @kotlin.jvm.JvmStatic method setXx(p0: java.lang.String): void
|
||||
public final inner class A$Companion
|
||||
}
|
||||
|
||||
@kotlin.Metadata
|
||||
public final class A {
|
||||
// source: 'jvmStaticPrivate.kt'
|
||||
public final static @org.jetbrains.annotations.NotNull field Companion: A$Companion
|
||||
private final static @org.jetbrains.annotations.NotNull field x: java.lang.String
|
||||
static method <clinit>(): void
|
||||
public method <init>(): void
|
||||
private final static @kotlin.jvm.JvmStatic method f(p0: int): void
|
||||
private final static @kotlin.jvm.JvmStatic method getXx(): java.lang.String
|
||||
private final static @kotlin.jvm.JvmStatic method setXx(p0: java.lang.String): void
|
||||
public final inner class A$Companion
|
||||
}
|
||||
|
||||
@kotlin.Metadata
|
||||
public final class O {
|
||||
// source: 'jvmStaticPrivate.kt'
|
||||
public final static @org.jetbrains.annotations.NotNull field INSTANCE: O
|
||||
private final static @org.jetbrains.annotations.NotNull field y: java.lang.String
|
||||
static method <clinit>(): void
|
||||
private method <init>(): void
|
||||
private final static @kotlin.jvm.JvmStatic method g(p0: int): void
|
||||
private synthetic deprecated static @kotlin.jvm.JvmStatic method getY$annotations(): void
|
||||
private final static @kotlin.jvm.JvmStatic method getYy(): java.lang.String
|
||||
private final static @kotlin.jvm.JvmStatic method setYy(p0: java.lang.String): void
|
||||
}
|
||||
@@ -4,8 +4,8 @@ public final class A$Companion {
|
||||
private method <init>(): void
|
||||
public synthetic method <init>(p0: kotlin.jvm.internal.DefaultConstructorMarker): void
|
||||
public synthetic final static method access$f(p0: A$Companion, p1: int): void
|
||||
public synthetic final static method access$getXx$p(p0: A$Companion): java.lang.String
|
||||
public synthetic final static method access$setXx$p(p0: A$Companion, p1: java.lang.String): void
|
||||
public synthetic final static method access$getXx(p0: A$Companion): java.lang.String
|
||||
public synthetic final static method access$setXx(p0: A$Companion, p1: java.lang.String): void
|
||||
private final @kotlin.jvm.JvmStatic method f(p0: int): void
|
||||
private synthetic deprecated static @kotlin.jvm.JvmStatic method getX$annotations(): void
|
||||
private final @kotlin.jvm.JvmStatic method getXx(): java.lang.String
|
||||
@@ -17,7 +17,7 @@ public final class A$Companion {
|
||||
public final class A {
|
||||
// source: 'jvmStaticPrivate.kt'
|
||||
public final static @org.jetbrains.annotations.NotNull field Companion: A$Companion
|
||||
private final static field x: java.lang.String
|
||||
private final static @org.jetbrains.annotations.NotNull field x: java.lang.String
|
||||
static method <clinit>(): void
|
||||
public method <init>(): void
|
||||
private final static @kotlin.jvm.JvmStatic method f(p0: int): void
|
||||
@@ -30,7 +30,7 @@ public final class A {
|
||||
public final class O {
|
||||
// source: 'jvmStaticPrivate.kt'
|
||||
public final static @org.jetbrains.annotations.NotNull field INSTANCE: O
|
||||
private final static field y: java.lang.String
|
||||
private final static @org.jetbrains.annotations.NotNull field y: java.lang.String
|
||||
static method <clinit>(): void
|
||||
private method <init>(): void
|
||||
private final static @kotlin.jvm.JvmStatic method g(p0: int): void
|
||||
|
||||
@@ -1,26 +0,0 @@
|
||||
@kotlin.Metadata
|
||||
public final class Annotation$Companion {
|
||||
// source: 'kt31389.kt'
|
||||
synthetic final static field $$INSTANCE: Annotation$Companion
|
||||
private static @org.jetbrains.annotations.NotNull field TEST_FIELD2: java.lang.String
|
||||
private final static @org.jetbrains.annotations.NotNull field TEST_FIELD: java.lang.String
|
||||
static method <clinit>(): void
|
||||
private method <init>(): void
|
||||
public synthetic deprecated static @kotlin.jvm.JvmStatic method getTEST_FIELD$annotations(): void
|
||||
public final @org.jetbrains.annotations.NotNull method getTEST_FIELD(): java.lang.String
|
||||
public final @kotlin.jvm.JvmStatic @org.jetbrains.annotations.NotNull method getTEST_FIELD2(): java.lang.String
|
||||
public final @kotlin.jvm.JvmStatic method setTEST_FIELD2(@org.jetbrains.annotations.NotNull p0: java.lang.String): void
|
||||
public final inner class Annotation$Companion
|
||||
}
|
||||
|
||||
@java.lang.annotation.Retention(value=RUNTIME)
|
||||
@kotlin.Metadata
|
||||
public annotation class Annotation {
|
||||
// source: 'kt31389.kt'
|
||||
public final static @org.jetbrains.annotations.NotNull field Companion: Annotation$Companion
|
||||
static method <clinit>(): void
|
||||
public static @org.jetbrains.annotations.NotNull method getTEST_FIELD(): java.lang.String
|
||||
public static @kotlin.jvm.JvmStatic @org.jetbrains.annotations.NotNull method getTEST_FIELD2(): java.lang.String
|
||||
public static @kotlin.jvm.JvmStatic method setTEST_FIELD2(@org.jetbrains.annotations.NotNull p0: java.lang.String): void
|
||||
public final inner class Annotation$Companion
|
||||
}
|
||||
@@ -19,8 +19,8 @@ public annotation class Annotation {
|
||||
// source: 'kt31389.kt'
|
||||
public final static @org.jetbrains.annotations.NotNull field Companion: Annotation$Companion
|
||||
static method <clinit>(): void
|
||||
public static method getTEST_FIELD(): java.lang.String
|
||||
public static @kotlin.jvm.JvmStatic method getTEST_FIELD2(): java.lang.String
|
||||
public static @org.jetbrains.annotations.NotNull method getTEST_FIELD(): java.lang.String
|
||||
public static @kotlin.jvm.JvmStatic @org.jetbrains.annotations.NotNull method getTEST_FIELD2(): java.lang.String
|
||||
public static @kotlin.jvm.JvmStatic method setTEST_FIELD2(@org.jetbrains.annotations.NotNull p0: java.lang.String): void
|
||||
public final inner class Annotation$Companion
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user