Improve support of 'lateinit' modifier
- Allow 'lateinit' for inline classes which underlying type is suitable for 'lateinit' - K2: report all problems related to 'lateinit' modifier ^KT-55052: Fixed
This commit is contained in:
committed by
teamcity
parent
e0c13e5276
commit
cd6e865fb3
@@ -280,6 +280,7 @@ enum class LanguageFeature(
|
||||
CustomEqualsInInlineClasses(KOTLIN_1_9), // KT-24874
|
||||
EnhanceNullabilityOfPrimitiveArrays(KOTLIN_1_9, kind = BUG_FIX), // KT-54521
|
||||
RefineTypeCheckingOnAssignmentsToJavaFields(KOTLIN_1_9, kind = BUG_FIX), // KT-46727
|
||||
InlineLateinit(KOTLIN_1_9, kind = OTHER), // KT-23814
|
||||
|
||||
|
||||
// Disabled for indefinite time. See KT-53751
|
||||
|
||||
Reference in New Issue
Block a user