Mark synthesized box/unbox methods in inline classes as ACC_SYNTHETIC
This commit is contained in:
Vendored
+2
-2
@@ -2,7 +2,7 @@
|
||||
public final class Foo {
|
||||
private final field x: int
|
||||
private synthetic method <init>(p0: int): void
|
||||
public final static @org.jetbrains.annotations.NotNull method box(p0: int): Foo
|
||||
public synthetic final static @org.jetbrains.annotations.NotNull method box(p0: int): Foo
|
||||
public static method constructor(p0: int): int
|
||||
public static method equals(p0: int, @org.jetbrains.annotations.Nullable p1: java.lang.Object): boolean
|
||||
public method equals(p0: java.lang.Object): boolean
|
||||
@@ -14,5 +14,5 @@ public final class Foo {
|
||||
public static method hashCode(p0: int): int
|
||||
public method toString(): java.lang.String
|
||||
public static @org.jetbrains.annotations.NotNull method toString(p0: int): java.lang.String
|
||||
public final method unbox(): int
|
||||
public synthetic final method unbox(): int
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user