<@U092308M7>: wow, that works! is there a possibil...
# announcements
a
@orangy: wow, that works! is there a possibility to pass functions that are inside of some object? object Module { fun inc(i: Long): Long = i + 1 } val x = listOf(1L, 2L).map(Module::inc) or something like that?