K1: Prolong deprecation for KT-46727
The language committee ticket has not yet been prepared
This commit is contained in:
committed by
Space Team
parent
2ff97271e0
commit
f95bfccf59
+1
-1
@@ -19,7 +19,7 @@ public class Wrapper<W> {
|
||||
// FILE: test.kt
|
||||
|
||||
fun foo(container: Container<*>, wrapper: Wrapper<String>) {
|
||||
container.w = <!TYPE_MISMATCH!>wrapper<!>
|
||||
<!TYPE_MISMATCH_WARNING!>container.w = wrapper<!>
|
||||
<!SYNTHETIC_SETTER_PROJECTED_OUT!>container.wrapper<!> = wrapper
|
||||
container.setWrapper(<!TYPE_MISMATCH!>wrapper<!>)
|
||||
}
|
||||
|
||||
@@ -251,7 +251,6 @@ enum class LanguageFeature(
|
||||
ForbidUsingExtensionPropertyTypeParameterInDelegate(KOTLIN_1_8, kind = BUG_FIX), // KT-24643
|
||||
SynchronizedSuspendError(KOTLIN_1_8, kind = BUG_FIX), // KT-48516
|
||||
ReportNonVarargSpreadOnGenericCalls(KOTLIN_1_8, kind = BUG_FIX), // KT-48162
|
||||
RefineTypeCheckingOnAssignmentsToJavaFields(KOTLIN_1_8, kind = BUG_FIX), // KT-46727
|
||||
RangeUntilOperator(KOTLIN_1_8), // KT-15613
|
||||
GenericInlineClassParameter(sinceVersion = KOTLIN_1_8, kind = UNSTABLE_FEATURE), // KT-32162
|
||||
|
||||
@@ -282,6 +281,7 @@ enum class LanguageFeature(
|
||||
ReferencesToSyntheticJavaProperties(KOTLIN_1_9), // KT-8575
|
||||
CustomEqualsInInlineClasses(KOTLIN_1_9), // KT-24874
|
||||
EnhanceNullabilityOfPrimitiveArrays(KOTLIN_1_9, kind = BUG_FIX), // KT-54521
|
||||
RefineTypeCheckingOnAssignmentsToJavaFields(KOTLIN_1_9, kind = BUG_FIX), // KT-46727
|
||||
|
||||
|
||||
// Disabled for indefinite time. See KT-53751
|
||||
|
||||
Reference in New Issue
Block a user