// Rendering settings:
// - Signature version: 2
// - Show manifest properties: false
// - Show declarations: true

// Library unique name: <main>
abstract fun interface /MyRunnable { // /MyRunnable|null[0]
    abstract fun run() // /MyRunnable.run|run(){}[0]
}
final fun /foo(kotlin/Array<out /MyRunnable>...) // /foo|foo(kotlin.Array<out|MyRunnable>...){}[0]
final fun /test(kotlin/Any, /MyRunnable) // /test|test(kotlin.Any;MyRunnable){}[0]
