Fix for KT-16441: NoSuchFieldError: $$delegatedProperties when delegating through provideDelegate in companion object
#KT-16441 Fixed
This commit is contained in:
@@ -11,7 +11,7 @@ public final class Kt4383Kt {
|
||||
|
||||
@kotlin.Metadata
|
||||
public final class P {
|
||||
private synthetic final static field $$delegatedProperties: kotlin.reflect.KProperty[]
|
||||
synthetic final static field $$delegatedProperties: kotlin.reflect.KProperty[]
|
||||
public final static field INSTANCE: P
|
||||
private final static @org.jetbrains.annotations.NotNull field u: kotlin.Unit
|
||||
private final static @org.jetbrains.annotations.NotNull field v$delegate: D
|
||||
|
||||
+1
-1
@@ -1,6 +1,6 @@
|
||||
@kotlin.Metadata
|
||||
public final class A {
|
||||
private synthetic final static field $$delegatedProperties: kotlin.reflect.KProperty[]
|
||||
synthetic final static field $$delegatedProperties: kotlin.reflect.KProperty[]
|
||||
private final @org.jetbrains.annotations.NotNull field value$delegate: Holder
|
||||
public method <init>(p0: int): void
|
||||
public synthetic method getValue(): java.lang.Comparable
|
||||
|
||||
Reference in New Issue
Block a user