Join Slack
Powered by
if i call ```public inline fun <T, R> Flow&l...
# compiler
c
christophsturm
09/04/2020, 10:54 AM
if i call
Copy code
public inline fun <T, R> Flow<T>.map
from the coroutines api in my app, the compiler generates a class file that is not synthetic, but also does not have source code info. is that valid?
Open in Slack
Previous
Next