6 lines
276 B
Java
Vendored
6 lines
276 B
Java
Vendored
public abstract interface Base /* Base*/ {
|
|
@org.jetbrains.annotations.Nullable()
|
|
public abstract java.lang.Object foo(@org.jetbrains.annotations.NotNull() kotlin.coroutines.Continuation<? super kotlin.Unit>);// foo(kotlin.coroutines.Continuation<? super kotlin.Unit>)
|
|
|
|
}
|