Files
kotlin-fork/compiler/testData/diagnostics/testsWithStdLib/contracts/smartcasts/valueOfContractedFunctionIngored.txt
T
Dmitry Savvinov 04ff2a3ee7 Add test on isNullOrEmpty-like contract
Currently, behavior is undesired, see KT-27241
2019-01-17 12:47:27 +03:00

5 lines
116 B
Plaintext
Vendored

package
public fun myIf(/*0*/ cond: kotlin.Boolean): kotlin.Any
public fun test(/*0*/ x: kotlin.Any?): kotlin.Unit