Join Slack
Powered by
<@U092308M7> it would be awesome if Preconditions ...
# random
n
nish
03/20/2018, 4:16 PM
@orangy
it would be awesome if Preconditions worked with smart casts 😍
Copy code
fun foo(bar: Bar?) { requireNotNull(bar) // bar is smartcast to Bar }
Open in Slack
Previous
Next