[JVM_IR] Reduce the amount of super suffixes on accesibility bridges.
The super suffix was used for any static field/method that needed an accessor. We should only use it when that field or method is inherited.
This commit is contained in:
committed by
Alexander Udalov
parent
a33877a9b9
commit
ef36b81c67
+2
-2
@@ -40,7 +40,7 @@ public final class User$Creator : java/lang/Object, android/os/Parcelable$Creato
|
||||
|
||||
public final User[] newArray(int size) {
|
||||
LABEL (L0)
|
||||
INVOKESTATIC (User, access$getCompanion$p$s2645995, ()LUser$Companion;)
|
||||
INVOKESTATIC (User, access$getCompanion$p, ()LUser$Companion;)
|
||||
ILOAD (1)
|
||||
INVOKEVIRTUAL (User$Companion, newArray, (I)[LUser;)
|
||||
ARETURN
|
||||
@@ -72,7 +72,7 @@ public final class User : java/lang/Object, android/os/Parcelable {
|
||||
|
||||
public void <init>(java.lang.String firstName, java.lang.String lastName, int age)
|
||||
|
||||
public final static User$Companion access$getCompanion$p$s2645995()
|
||||
public final static User$Companion access$getCompanion$p()
|
||||
|
||||
public int describeContents()
|
||||
|
||||
|
||||
Reference in New Issue
Block a user