[Test] Save IR bytecode dumps from BytecodeListingHandler to .ir.txt file instead of _ir.txt
This is needed to keep consistency with other dumps and to allow test helper plugin to recognize those dumps
This commit is contained in:
committed by
Space Team
parent
246dc985a6
commit
6b343515e1
@@ -0,0 +1,79 @@
|
||||
@kotlin.Metadata
|
||||
final class TestClass$Companion {
|
||||
// source: 'privateCompanionFields.kt'
|
||||
private method <init>(): void
|
||||
public synthetic method <init>(p0: kotlin.jvm.internal.DefaultConstructorMarker): void
|
||||
private final inner class TestClass$Companion
|
||||
}
|
||||
|
||||
@kotlin.Metadata
|
||||
public final class TestClass {
|
||||
// source: 'privateCompanionFields.kt'
|
||||
private final static @org.jetbrains.annotations.NotNull field Companion: TestClass$Companion
|
||||
public deprecated static @java.lang.Deprecated @kotlin.jvm.JvmField @org.jetbrains.annotations.NotNull field test2: java.lang.String
|
||||
public deprecated final static @java.lang.Deprecated @kotlin.jvm.JvmField @org.jetbrains.annotations.NotNull field test3: java.lang.String
|
||||
public deprecated static @java.lang.Deprecated @kotlin.jvm.JvmField @org.jetbrains.annotations.NotNull field test: java.lang.String
|
||||
public deprecated final static @java.lang.Deprecated field testConst: int
|
||||
static method <clinit>(): void
|
||||
public method <init>(): void
|
||||
private final inner class TestClass$Companion
|
||||
}
|
||||
|
||||
@kotlin.Metadata
|
||||
final class TestClass2$Companion {
|
||||
// source: 'privateCompanionFields.kt'
|
||||
private method <init>(): void
|
||||
public synthetic method <init>(p0: kotlin.jvm.internal.DefaultConstructorMarker): void
|
||||
public final @org.jetbrains.annotations.NotNull method getTestPublic(): java.lang.String
|
||||
private final inner class TestClass2$Companion
|
||||
}
|
||||
|
||||
@kotlin.Metadata
|
||||
public final class TestClass2 {
|
||||
// source: 'privateCompanionFields.kt'
|
||||
private final static @org.jetbrains.annotations.NotNull field Companion: TestClass2$Companion
|
||||
private final static @org.jetbrains.annotations.NotNull field testPrivate: java.lang.String
|
||||
private final static @org.jetbrains.annotations.NotNull field testPublic: java.lang.String
|
||||
public deprecated final static @java.lang.Deprecated @org.jetbrains.annotations.NotNull field testPublicConst: java.lang.String
|
||||
static method <clinit>(): void
|
||||
public method <init>(): void
|
||||
public synthetic final static method access$getTestPublic$cp(): java.lang.String
|
||||
private final inner class TestClass2$Companion
|
||||
}
|
||||
|
||||
@kotlin.Metadata
|
||||
final class TestConst$Companion {
|
||||
// source: 'privateCompanionFields.kt'
|
||||
synthetic final static field $$INSTANCE: TestConst$Companion
|
||||
public final static field testConst: int
|
||||
static method <clinit>(): void
|
||||
private method <init>(): void
|
||||
public final inner class TestConst$Companion
|
||||
}
|
||||
|
||||
@kotlin.Metadata
|
||||
public interface TestConst {
|
||||
// source: 'privateCompanionFields.kt'
|
||||
public synthetic final static field Companion: TestConst$Companion
|
||||
public deprecated final static @java.lang.Deprecated field testConst: int
|
||||
static method <clinit>(): void
|
||||
public final inner class TestConst$Companion
|
||||
}
|
||||
|
||||
@kotlin.Metadata
|
||||
final class TestJvmField$Companion {
|
||||
// source: 'privateCompanionFields.kt'
|
||||
synthetic final static field $$INSTANCE: TestJvmField$Companion
|
||||
static method <clinit>(): void
|
||||
private method <init>(): void
|
||||
public final inner class TestJvmField$Companion
|
||||
}
|
||||
|
||||
@kotlin.Metadata
|
||||
public interface TestJvmField {
|
||||
// source: 'privateCompanionFields.kt'
|
||||
public synthetic final static field Companion: TestJvmField$Companion
|
||||
public deprecated final static @java.lang.Deprecated @kotlin.jvm.JvmField @org.jetbrains.annotations.NotNull field test3: java.lang.String
|
||||
static method <clinit>(): void
|
||||
public final inner class TestJvmField$Companion
|
||||
}
|
||||
Reference in New Issue
Block a user