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

// Library unique name: <main>
abstract interface /IA { // /IA|null[0]
    abstract fun get(kotlin/String): kotlin/Int // /IA.get|get(kotlin.String){}[0]
}
abstract interface /IB { // /IB|null[0]
    abstract fun (/IA).set(kotlin/String, kotlin/Int) // /IB.set|set@IA(kotlin.String;kotlin.Int){}[0]
}
final fun (/IB)./test(/IA) // /test|test@IB(IA){}[0]
