simon.vergauwen
08/16/2021, 6:41 PM() -> A where suspend () -> A is expected.ephemient
08/16/2021, 7:17 PM(T) -> R where a T.() -> R is expected and vice versa. this sounds equivalent passing a () -> R where a (T) -> R is expected, which is not currently allowed eitherephemient
08/16/2021, 7:21 PM"🌍".let(::println)
which is currently unambiguous would have to consider both println(Any?) and println()simon.vergauwen
08/16/2021, 7:32 PM