Files

5 lines
102 B
Plaintext
Vendored

public abstract interface Runnable : R|kotlin/Any| {
public abstract fun run(): R|kotlin/Unit|
}