Files
kotlin-fork/compiler/testData/diagnostics/testsWithStdLib/contracts/smartcasts/extensionReceiver_after.txt
T
Dmitriy Novozhilov 9129210cfe Move changes from dfb379d under new language feature (#KT-28672)
Changes from that commit are breaking, and should be pass throw LC
2019-02-07 12:12:34 +03:00

7 lines
242 B
Plaintext
Vendored

package
public fun mixedReceiver(/*0*/ s: kotlin.String?): kotlin.Unit
public fun smartcastOnReceiver(/*0*/ s: kotlin.String?): kotlin.Unit
public fun kotlin.CharSequence?.isNullOrEmpty(): kotlin.Boolean
Returns(FALSE) -> <this> != null