vmironov
BlackHole
object BlackHole { operator fun invoke(any: Any?) = Unit } ... val three = Random().nextInt() BlackHole(when (three) { 3 -> {"Oh look it's three"} }) doSomethingElse()