mirror of
https://github.com/jlengrand/kotlin.git
synced 2026-05-09 08:31:29 +00:00
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:
@@ -7,6 +7,9 @@ public interface TraitClassObjectField {
|
||||
@org.jetbrains.annotations.Nullable
|
||||
public static final java.lang.String x = "";
|
||||
private static final java.lang.String y = "";
|
||||
/**
|
||||
* @deprecated
|
||||
*/
|
||||
public static final TraitClassObjectField.Companion INSTANCE;
|
||||
|
||||
/**
|
||||
|
||||
Reference in New Issue
Block a user