JVM_IR KT-48945 generate special bridge with unsubstituted signature
This commit is contained in:
committed by
TeamCityServer
parent
4c3404888a
commit
30ceb49442
Vendored
+2
-2
@@ -50,7 +50,7 @@ public final class InlineMap {
|
||||
public static method equals-impl(p0: java.util.Map, p1: java.lang.Object): boolean
|
||||
public final static method equals-impl0(p0: java.util.Map, p1: java.util.Map): boolean
|
||||
public bridge final method get(p0: java.lang.Object): IV
|
||||
public synthetic bridge method get(p0: java.lang.Object): java.lang.Object
|
||||
public synthetic bridge final method get(p0: java.lang.Object): java.lang.Object
|
||||
public method get-qgyy0Jc(p0: int): IV
|
||||
public static method get-qgyy0Jc(p0: java.util.Map, p1: int): IV
|
||||
public method getEntries(): java.util.Set
|
||||
@@ -70,7 +70,7 @@ public final class InlineMap {
|
||||
public method put-t80dRTo(p0: int, p1: double): IV
|
||||
public method putAll(p0: java.util.Map): void
|
||||
public bridge final method remove(p0: java.lang.Object): IV
|
||||
public synthetic bridge method remove(p0: java.lang.Object): java.lang.Object
|
||||
public synthetic bridge final method remove(p0: java.lang.Object): java.lang.Object
|
||||
public method remove-TbaaF6U(p0: java.lang.Object): IV
|
||||
public synthetic bridge method size(): int
|
||||
public method toString(): java.lang.String
|
||||
|
||||
+2
-2
@@ -51,7 +51,7 @@ public final class InlineMutableMap {
|
||||
public static method equals-impl(p0: java.util.Map, p1: java.lang.Object): boolean
|
||||
public final static method equals-impl0(p0: java.util.Map, p1: java.util.Map): boolean
|
||||
public bridge final method get(p0: java.lang.Object): IV
|
||||
public synthetic bridge method get(p0: java.lang.Object): java.lang.Object
|
||||
public synthetic bridge final method get(p0: java.lang.Object): java.lang.Object
|
||||
public method get-qgyy0Jc(p0: int): IV
|
||||
public static method get-qgyy0Jc(p0: java.util.Map, p1: int): IV
|
||||
public method getEntries(): java.util.Set
|
||||
@@ -73,7 +73,7 @@ public final class InlineMutableMap {
|
||||
public method putAll(p0: java.util.Map): void
|
||||
public static method putAll-impl(p0: java.util.Map, p1: java.util.Map): void
|
||||
public bridge final method remove(p0: java.lang.Object): IV
|
||||
public synthetic bridge method remove(p0: java.lang.Object): java.lang.Object
|
||||
public synthetic bridge final method remove(p0: java.lang.Object): java.lang.Object
|
||||
public method remove-qgyy0Jc(p0: int): IV
|
||||
public static method remove-qgyy0Jc(p0: java.util.Map, p1: int): IV
|
||||
public synthetic bridge method size(): int
|
||||
|
||||
Reference in New Issue
Block a user