4434db4d69
- 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
9 lines
272 B
Plaintext
Vendored
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
|