Fix for KT-16441: NoSuchFieldError: $$delegatedProperties when delegating through provideDelegate in companion object
#KT-16441 Fixed
This commit is contained in:
Vendored
+2
-2
@@ -8,7 +8,7 @@ public final class Delegate {
|
||||
|
||||
@kotlin.Metadata
|
||||
public final class O {
|
||||
private synthetic final static field $$delegatedProperties: kotlin.reflect.KProperty[]
|
||||
synthetic final static field $$delegatedProperties: kotlin.reflect.KProperty[]
|
||||
public final static field INSTANCE: O
|
||||
private final static @org.jetbrains.annotations.NotNull field memExt$delegate: Delegate
|
||||
private final static @org.jetbrains.annotations.NotNull field member$delegate: Delegate
|
||||
@@ -21,7 +21,7 @@ public final class O {
|
||||
|
||||
@kotlin.Metadata
|
||||
public final class StackOverflowOnCallFromGetValueKt {
|
||||
private synthetic final static field $$delegatedProperties: kotlin.reflect.KProperty[]
|
||||
synthetic final static field $$delegatedProperties: kotlin.reflect.KProperty[]
|
||||
private final static @org.jetbrains.annotations.NotNull field topLevel$delegate: Delegate
|
||||
public final static @org.jetbrains.annotations.NotNull method box(): java.lang.String
|
||||
public final static method check(@org.jetbrains.annotations.NotNull p0: kotlin.jvm.functions.Function0): void
|
||||
|
||||
Reference in New Issue
Block a user