KmContract

class KmContract : KmContractVisitor

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.

Constructors

Link copied to clipboard
constructor()

Properties

Link copied to clipboard

Effects of this contract.

Functions

Link copied to clipboard
open fun visitEnd()

Visits the end of the contract.