Files
2020-02-19 18:09:04 +03:00

5 lines
102 B
Plaintext
Vendored

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