4726dcce40
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.
7 lines
177 B
Plaintext
Vendored
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
|
|
|