anyone have a particularly clean way to ensure that a
when
whose result you don't care about is exhaustive? I could store it into a variable (and explicitly suppress the unused lint warning), or chain an empty, unused
.run {}
on it, presumably. Anyone have any less weird ways?
k
kirillrakhman
05/26/2017, 7:29 AM
kevinmost: there was a discussion about this the other day