Files
Dmitry Savvinov 4434db4d69 Effects: add diagnostic tests on contracts
- Make AbstractDiagnosticsTest dump function contracts
- Add diagnostics tests on parsing contracts
- Add diagnostics tests on smartcats in presence of functions with
contracts
- Add diagnostics tests on initialization and flow in presence of
in-place called lambdas

==========
Introduction of EffectSystem: 16/18
2017-10-12 11:55:26 +03:00

9 lines
272 B
Plaintext
Vendored

package
public fun catchThrowIfNotCalled(): kotlin.Unit
public inline fun myRun(/*0*/ block: () -> kotlin.Unit): kotlin.Unit
CallsInPlace(block, EXACTLY_ONCE)
public fun throwIfNotCalled(): kotlin.Unit
public inline fun </*0*/ T> unknownRun(/*0*/ block: () -> T): T