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<!>)
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user