ImmutableKmContract

data class ImmutableKmContract

Immutable representation of KmContract.

Represents a contract of a Kotlin function.

Contracts are an internal feature of the standard Kotlin library, and their behavior and/or binary format may change in a subsequent release.

Functions

toMutable
Link copied to clipboard
fun toMutable(): KmContract

Properties

effects
Link copied to clipboard
val effects: List<ImmutableKmEffect>
Effects of this contract.