blob: 529040fd69ee4c8684a8b6b94cdb6cac37983121 [file]
import kotlin.contracts.*
class A {
fun passLambdaValue(l: ContractBuilder.() -> Unit) {
contract(l)
<expr>42</expr>
}
}
fun doSmth(i: String) = 4