if i call ```public inline fun <T, R> Flow&l...
# compiler
c
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?