K1: Prolong deprecation for KT-46727

The language committee ticket has not yet been prepared
This commit is contained in:
Denis.Zharkov
2022-10-31 10:50:56 +01:00
committed by Space Team
parent 2ff97271e0
commit f95bfccf59
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -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<!>)
}