Files
kotlin-fork/compiler/testData/diagnostics/testsWithStdLib/contracts/fromStdlib/isNullOrEmpty.txt
T
Dmitry Savvinov d4d7946e6a Effects: add diagnostic tests on functions from stdlib
==========
Introduction of EffectSystem: 18/18
2017-10-12 11:55:26 +03:00

5 lines
146 B
Plaintext
Vendored

package
public fun testIsNotNullOrEmpty(/*0*/ x: kotlin.String?): kotlin.Unit
public fun testIsNullOrEmpty(/*0*/ x: kotlin.String?): kotlin.Unit