Files
2023-11-17 14:07:13 +00:00

5 lines
122 B
Java

package kotlin.coroutines;
// This is a stub for the Kotlin Continuation interface.
public interface Continuation<T> { }