robstoll
06/28/2024, 11:32 AMfoo != null
. I would like that foo is then non-null inside the lambdarobstoll
06/28/2024, 11:45 AMcontract {
callsInPlace(provider, InvocationKind.AT_MOST_ONCE)
returns(null) implies (!predicate)
returnsNotNull() implies (predicate)
}
but it doesn't help, maybe @kotlin.internal.InlineOnly
is missing but I cannot use it without hacks, right?robstoll
07/03/2024, 8:54 AM