Check more flags in bytecode listing tests
This commit is contained in:
Vendored
+1
-1
@@ -23,7 +23,7 @@ public class TestBasic {
|
||||
@kotlin.Metadata
|
||||
public final enum class TestEnum {
|
||||
private synthetic final static field $VALUES: TestEnum[]
|
||||
public final static field ANSWER: TestEnum
|
||||
public final enum static field ANSWER: TestEnum
|
||||
private final field z: int
|
||||
static method <clinit>(): void
|
||||
private method <init>(p0: java.lang.String, p1: int, p2: int): void
|
||||
|
||||
+1
-1
@@ -12,7 +12,7 @@ public final class Foo {
|
||||
public method equals(p0: java.lang.Object): boolean
|
||||
public static method equals-impl(p0: long, @org.jetbrains.annotations.Nullable p1: java.lang.Object): boolean
|
||||
public final static method equals-impl0(p0: long, p1: long): boolean
|
||||
public synthetic method foo(p0: java.lang.Object): void
|
||||
public synthetic bridge method foo(p0: java.lang.Object): void
|
||||
public method foo-GWb7d6U(p0: long): void
|
||||
public static method foo-GWb7d6U(p0: long, p1: long): void
|
||||
public final method getX(): long
|
||||
|
||||
Reference in New Issue
Block a user