raulraja
09/13/2020, 1:10 PMfun interface
. Is this just a current limitation or something that would not be supported because of the way SAM interop works in the compiler?
fun interface DelimitedContinuation<A, B> {
suspend operator fun invoke(a: A): B //fails to compile
}
gildor
09/13/2020, 4:16 PMraulraja
09/13/2020, 5:49 PMdmitriy.novozhilov
09/14/2020, 7:09 AMgildor
09/14/2020, 7:27 AMraulraja
09/14/2020, 3:18 PMefemoney
11/06/2020, 10:14 PMinterface Foo : suspend (Params) -> OutPut
dmitriy.novozhilov
11/08/2020, 6:09 PM