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
+1
-1
@@ -9,10 +9,10 @@ public synthetic final class test/Test$annotationImpl$test_A$0 {
|
||||
enclosing class test/Test
|
||||
inner (anonymous) class test/Test$annotationImpl$test_A$0
|
||||
public method <init>(): void
|
||||
public synthetic final method annotationType(): java.lang.Class
|
||||
public final method equals(@org.jetbrains.annotations.Nullable p0: java.lang.Object): boolean
|
||||
public final method hashCode(): int
|
||||
public final @org.jetbrains.annotations.NotNull method toString(): java.lang.String
|
||||
public synthetic final method annotationType(): java.lang.Class
|
||||
}
|
||||
@kotlin.Metadata
|
||||
public final class test/Test {
|
||||
|
||||
Reference in New Issue
Block a user