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

// Library unique name: <main>
abstract class /AML : kotlin.collections/MutableList<kotlin/Int> { // /AML|null[0]
    constructor <init>() // /AML.<init>|<init>(){}[0]
    final fun testExplicitThis() // /AML.testExplicitThis|testExplicitThis(){}[0]
    final inner class Inner { // /AML.Inner|null[0]
        constructor <init>() // /AML.Inner.<init>|<init>(){}[0]
        final fun testOuterThis() // /AML.Inner.testOuterThis|testOuterThis(){}[0]
    }
}
abstract interface /X { // /X|null[0]
    abstract val xs // /X.xs|{}xs[0]
        abstract fun <get-xs>(): kotlin.collections/MutableList<kotlin/Any> // /X.xs.<get-xs>|<get-xs>(){}[0]
    abstract fun f(): kotlin.collections/MutableList<kotlin/Any> // /X.f|f(){}[0]
}
final fun /test(/X, /X?) // /test|test(X;X?){}[0]
final fun (kotlin.collections/MutableList<kotlin/Any>)./testExtensionReceiver() // /testExtensionReceiver|testExtensionReceiver@kotlin.collections.MutableList<kotlin.Any>(){}[0]
