// Rendering settings: // - Signature version: 2 // - Show manifest properties: false // - Show declarations: true // Library unique name: final class /Class : /Interface, /Interface.NestedInterface { // /Class|null[0] final val property // /Class.property|{}property[0] final fun (): kotlin/String // /Class.property.|(){}[0] constructor (kotlin/String) // /Class.|(kotlin.String){}[0] final fun function(): kotlin/String // /Class.function|function(){}[0] final class NestedClass { // /Class.NestedClass|null[0] constructor () // /Class.NestedClass.|(){}[0] } } abstract interface /Interface { // /Interface|null[0] abstract interface NestedInterface // /Interface.NestedInterface|null[0] } final val /property // /property|{}property[0] final fun (): kotlin/String // /property.|(){}[0] final fun /function(): kotlin/String // /function|function(){}[0]