mirror of
https://github.com/jlengrand/kotlin.git
synced 2026-05-08 15:53:19 +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:
@@ -11,8 +11,8 @@ class B {
|
||||
}
|
||||
|
||||
/*
|
||||
One DEPRECATED is for INSTANCE$ temporarily
|
||||
Two DEPRECATED are for INSTANCE$ and INSTANCE temporarily
|
||||
3 others are for getCONST_VAL
|
||||
*/
|
||||
|
||||
// 4 DEPRECATED
|
||||
// 5 DEPRECATED
|
||||
Reference in New Issue
Block a user