1 //Flow interface for tests
2 package kotlinx.coroutines.flow;
3 public interface Flow<T> {
4 }