jvm-abi-gen: Add test to check the declaration order in interface jars
This commit is contained in:
committed by
Alexander Udalov
parent
b8625cd233
commit
05695761ec
@@ -3,20 +3,20 @@ public final enum class test/E {
|
||||
// source: 'test.kt'
|
||||
public final enum static field A: test.E
|
||||
public final enum static field B: test.E
|
||||
public static method valueOf(p0: java.lang.String): test.E
|
||||
public static method values(): test.E[]
|
||||
public static method valueOf(p0: java.lang.String): test.E
|
||||
}
|
||||
@kotlin.Metadata
|
||||
public synthetic final class test/Test$WhenMappings {
|
||||
// source: 'test.kt'
|
||||
public synthetic inner class test/Test$WhenMappings
|
||||
public synthetic final static field $EnumSwitchMapping$0: int[]
|
||||
static method <clinit>(): void
|
||||
public synthetic inner class test/Test$WhenMappings
|
||||
}
|
||||
@kotlin.Metadata
|
||||
public final class test/Test {
|
||||
// source: 'test.kt'
|
||||
public synthetic inner class test/Test$WhenMappings
|
||||
public method <init>(): void
|
||||
public final @org.jetbrains.annotations.NotNull method visibleWhenMapping(@org.jetbrains.annotations.NotNull p0: test.E): java.lang.String
|
||||
public synthetic inner class test/Test$WhenMappings
|
||||
}
|
||||
Reference in New Issue
Block a user