Files
kotlin-fork/compiler/testData/diagnostics/tests/when/whenOnNothing.txt
T
Tianyu Geng 4726dcce40 FIR DFA: smartcast variable to Nothing? on null assignment
In order to make resolution still work for members not available from
`Nothing`, we track the type without `Nothing?` and use that for
resolution instead.
2021-08-06 22:57:15 +03:00

7 lines
177 B
Plaintext
Vendored

package
public fun test1(/*0*/ n: kotlin.Nothing): kotlin.Unit
public fun test2(/*0*/ n: kotlin.Nothing?): kotlin.Unit
public fun test3(/*0*/ n: kotlin.Nothing?): kotlin.Unit