Files
kotlin-fork/compiler/testData/diagnostics/tests/inference/nestedCalls/preferNothingToBound.txt
T
Pavel Kirpichenkov 7ee71450bc [NI] Discriminate Nothing? result type from nullability constraints
Nullability constraints should not be chosen when proper
argument constraints for variables in contravariant position present.

^KT-32106 Fixed
^KT-33166 Fixed
2019-12-25 14:59:06 +03:00

5 lines
80 B
Plaintext
Vendored

package
public val v: kotlin.Nothing?
public fun </*0*/ K> id(/*0*/ arg: K): K