Fix for KT-16441: NoSuchFieldError: $$delegatedProperties when delegating through provideDelegate in companion object
#KT-16441 Fixed
This commit is contained in:
+1
-1
@@ -1,6 +1,6 @@
|
||||
@kotlin.Metadata
|
||||
public final class C {
|
||||
private synthetic final static field $$delegatedProperties: kotlin.reflect.KProperty[]
|
||||
synthetic final static field $$delegatedProperties: kotlin.reflect.KProperty[]
|
||||
private final @kotlin.jvm.Transient @org.jetbrains.annotations.NotNull field del$delegate: CustomDelegate
|
||||
private final @kotlin.jvm.Transient field tra: int
|
||||
private volatile @kotlin.jvm.Volatile field vol: int
|
||||
|
||||
Reference in New Issue
Block a user