INSTANCE field deprecated in companion object
Fix for KT-9692: Deadlock between <clinit> of a class (KtSimpleNameExpressionImpl) and <clinit> of its companion object #KT-9692 Fixed
This commit is contained in:
+3
@@ -10,6 +10,9 @@ public final class ClassObjectField {
|
||||
public ClassObjectField() { /* compiled code */ }
|
||||
|
||||
public static final class Companion {
|
||||
/**
|
||||
* @deprecated
|
||||
*/
|
||||
public static final ClassObjectField.Companion INSTANCE;
|
||||
|
||||
@org.jetbrains.annotations.Nullable
|
||||
|
||||
Reference in New Issue
Block a user