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

// Library unique name: <main>
abstract fun interface /KRunnable { // /KRunnable|null[0]
    abstract fun invoke() // /KRunnable.invoke|invoke(){}[0]
}
final fun /test(kotlin/Any?) // /test|test(kotlin.Any?){}[0]
