blob: d1a70a57d97700681dae92e7279007c55aa2e888 [file] [log] [blame]
fun foo(s: String?) contract [returns() implies (s != null)] {
s ?: throw NullArgumentException()
}