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
@@ -0,0 +1,2 @@
|
||||
// IGNORE_BACKEND_LEGACY: JVM
|
||||
// IGNORE_BACKEND: JVM
|
||||
@@ -3,8 +3,8 @@ 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 final class test/Test {
|
||||
|
||||
Reference in New Issue
Block a user