Rename field for property metadata cache to prevent problems in inline
This commit is contained in:
Vendored
+2
-2
@@ -4,8 +4,8 @@ operator fun Any.getValue(x: Any?, y: Any): Any = null!!
|
||||
|
||||
class <!CONFLICTING_JVM_DECLARATIONS!>C<!> {
|
||||
val x by 1
|
||||
<!CONFLICTING_JVM_DECLARATIONS!>val `$delegatedProperties`: Array<PropertyMetadata><!> = null!!
|
||||
<!CONFLICTING_JVM_DECLARATIONS!>val `$$delegatedProperties`: Array<PropertyMetadata><!> = null!!
|
||||
}
|
||||
|
||||
val x by 1
|
||||
<!CONFLICTING_JVM_DECLARATIONS!>val `$delegatedProperties`: Array<PropertyMetadata><!> = null!!
|
||||
<!CONFLICTING_JVM_DECLARATIONS!>val `$$delegatedProperties`: Array<PropertyMetadata><!> = null!!
|
||||
Vendored
+2
-2
@@ -1,12 +1,12 @@
|
||||
package
|
||||
|
||||
public val `$delegatedProperties`: kotlin.Array<kotlin.PropertyMetadata>
|
||||
public val `$$delegatedProperties`: kotlin.Array<kotlin.PropertyMetadata>
|
||||
public val x: kotlin.Any
|
||||
public operator fun kotlin.Any.getValue(/*0*/ x: kotlin.Any?, /*1*/ y: kotlin.Any): kotlin.Any
|
||||
|
||||
public final class C {
|
||||
public constructor C()
|
||||
public final val `$delegatedProperties`: kotlin.Array<kotlin.PropertyMetadata>
|
||||
public final val `$$delegatedProperties`: kotlin.Array<kotlin.PropertyMetadata>
|
||||
public final val x: kotlin.Any
|
||||
public open override /*1*/ /*fake_override*/ fun equals(/*0*/ other: kotlin.Any?): kotlin.Boolean
|
||||
public open override /*1*/ /*fake_override*/ fun hashCode(): kotlin.Int
|
||||
|
||||
@@ -47,7 +47,7 @@ public final class JvmAbi {
|
||||
private static final String SET_PREFIX = "set";
|
||||
|
||||
public static final String DELEGATED_PROPERTY_NAME_SUFFIX = "$delegate";
|
||||
public static final String DELEGATED_PROPERTIES_ARRAY_NAME = "$delegatedProperties";
|
||||
public static final String DELEGATED_PROPERTIES_ARRAY_NAME = "$$delegatedProperties";
|
||||
public static final String ANNOTATED_PROPERTY_METHOD_NAME_SUFFIX = "$annotations";
|
||||
|
||||
public static final String INSTANCE_FIELD = "INSTANCE";
|
||||
|
||||
Reference in New Issue
Block a user