Files
kotlin-fork/compiler/testData/codegen/bytecodeListing/privateCompanionFields.txt
T
Alexander Udalov 968dfddbc9 Tests: adjust test data for bytecode listing tests
- remove obsolete `IGNORE_BACKEND: JVM` directives
- move contents of .ir.txt files to the corresponding .txt
2023-11-02 10:59:29 +00:00

80 lines
3.4 KiB
Plaintext
Vendored

@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
}