2d21b82501
Treating special functions for `if`, `when`, `try`, `?:` as not accepting `Nothing` result type is incorrect. Making so leads to cases with uninferred `Nothing` result type for inner calls and lost data flow info.
4 lines
40 B
Plaintext
Vendored
4 lines
40 B
Plaintext
Vendored
package
|
|
|
|
public fun test(): kotlin.Unit
|