louiscad
08/12/2024, 9:15 PMequals
and more generic stuff more relevant that the bold withElementForKey
member function?
Here's the type I'm invoking autocomplete on:
interface RequestSharer<K, E> {
suspend fun <R> withElementForKey(
key: K,
block: suspend (E) -> R
): R
companion object { … }
}
AS Koala 2024.1.1 Patch 1louiscad
08/12/2024, 9:16 PMcreate
which is in the companion object. The suggestion would never compile.Edoardo Luppi
08/12/2024, 9:20 PMlouiscad
08/12/2024, 9:27 PMDaniel Pitts
08/12/2024, 9:37 PMlouiscad
08/12/2024, 11:03 PMEdoardo Luppi
08/16/2024, 2:45 PMlouiscad
08/16/2024, 3:02 PM