7ee71450bc
Nullability constraints should not be chosen when proper argument constraints for variables in contravariant position present. ^KT-32106 Fixed ^KT-33166 Fixed
4 lines
98 B
Kotlin
Vendored
4 lines
98 B
Kotlin
Vendored
fun <K> id(arg: K): K = arg
|
|
|
|
val v = <!DEBUG_INFO_EXPRESSION_TYPE("kotlin.Nothing?")!>id(null)<!>
|