5 lines
57 B
Kotlin
Vendored
5 lines
57 B
Kotlin
Vendored
package test
|
|
|
|
public interface Runnable {
|
|
fun run()
|
|
} |