Files
kotlin-fork/compiler/testData/diagnostics/testsWithStdLib/contracts/fromStdlib/check.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

8 lines
339 B
Plaintext
Vendored

package
public fun tesCheckNotNullWithMessage(/*0*/ x: kotlin.Int?): kotlin.Unit
public fun testCheckSmartcast(/*0*/ x: kotlin.Any?): kotlin.Unit
public fun testCheckUnreachableCode(): kotlin.Unit
public fun testCheckWithFailingMessage(/*0*/ x: kotlin.Any?): kotlin.Unit
public fun testCheckWithMessage(/*0*/ x: kotlin.Any?): kotlin.Unit