Files
2023-11-21 15:28:12 +00:00

5 lines
122 B
Java

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