groostav
12/31/2017, 6:51 AMt
of something thats declared as object Thingy
, that is not equal to Thingy.INSTANCE
. I could update all my when statements to use when(it) { is Thingy ->
rather than when(it) { Thingy ->
, but that seems cryptic.Andreas Sinz
12/31/2017, 9:13 AM