package test

public trait Runnable {
    internal abstract fun run(): kotlin.Unit
}
