<@U092308M7> it would be awesome if Preconditions ...
# random
n
@orangy it would be awesome if Preconditions worked with smart casts 😍
Copy code
fun foo(bar: Bar?) {
   requireNotNull(bar)
   // bar is smartcast to Bar
}