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