Fix for KT-16441: NoSuchFieldError: $$delegatedProperties when delegating through provideDelegate in companion object
#KT-16441 Fixed
This commit is contained in:
Vendored
+1
-1
@@ -11,7 +11,7 @@ public final class DelegateForExtPropertyInClassKt {
|
||||
|
||||
@kotlin.Metadata
|
||||
public final class F {
|
||||
private synthetic final static field $$delegatedProperties: kotlin.reflect.KProperty[]
|
||||
synthetic final static field $$delegatedProperties: kotlin.reflect.KProperty[]
|
||||
private final @org.jetbrains.annotations.NotNull field prop$delegate: Delegate
|
||||
inner class F/A
|
||||
public method <init>(): void
|
||||
|
||||
Reference in New Issue
Block a user