blob: 65a38d0bf84cdc011da3f2c2b0529abae25e38eb [file]
import kotlin.contracts.contract
class A {
fun x() {
contract {
req
}
val a = <expr>doSmth("str")</expr>
}
}
fun doSmth(i: String) = 4