Fix for KT-16441: NoSuchFieldError: $$delegatedProperties when delegating through provideDelegate in companion object
#KT-16441 Fixed
This commit is contained in:
+2
-2
@@ -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 two$delegate: NumberDecrypter
|
||||
public method <init>(): void
|
||||
public final method getTwo(): int
|
||||
@@ -8,7 +8,7 @@ public final class A {
|
||||
|
||||
@kotlin.Metadata
|
||||
public final class DelegatedKt {
|
||||
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 four$delegate: NumberDecrypter
|
||||
public final static @org.jetbrains.annotations.NotNull method box(): java.lang.String
|
||||
public final static method getFour(): int
|
||||
|
||||
+1
-1
@@ -11,7 +11,7 @@ public final class Delegate {
|
||||
|
||||
@kotlin.Metadata
|
||||
public final class DelegatedMutableKt {
|
||||
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 result$delegate: Delegate
|
||||
public final static @org.jetbrains.annotations.NotNull method box(): java.lang.String
|
||||
public final static @org.jetbrains.annotations.NotNull method getResult(): java.lang.String
|
||||
|
||||
+1
-1
@@ -8,7 +8,7 @@ public final class DVal {
|
||||
|
||||
@kotlin.Metadata
|
||||
public final class GenericPropertyKt {
|
||||
private synthetic final static field $$delegatedProperties: kotlin.reflect.KProperty[]
|
||||
synthetic final static field $$delegatedProperties: kotlin.reflect.KProperty[]
|
||||
private final static @org.jetbrains.annotations.Nullable field additionalText$delegate: DVal
|
||||
private final static field additionalValue$delegate: DVal
|
||||
public final static @org.jetbrains.annotations.NotNull method box(): java.lang.String
|
||||
|
||||
Reference in New Issue
Block a user