Fix for KT-16441: NoSuchFieldError: $$delegatedProperties when delegating through provideDelegate in companion object

#KT-16441 Fixed
This commit is contained in:
Mikhael Bogdanov
2017-02-20 16:10:40 +01:00
parent a8625b632d
commit d24ebf711b
87 changed files with 164 additions and 98 deletions
@@ -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