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

// Library unique name: <main>
abstract interface /Bar { // /Bar|null[0]
    open val foo // /Bar.foo|{}foo[0]
        open fun <get-foo>(): kotlin/String // /Bar.foo.<get-foo>|<get-foo>(){}[0]
}
final class /Wrapper { // /Wrapper|null[0]
    constructor <init>() // /Wrapper.<init>|<init>(){}[0]
}
