blob: dc772241b16b78c5387c41ed82d2f5db0b17e698 [file]
package test
public interface Runnable {
public abstract fun run(): kotlin.Unit
}