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

// Library unique name: <main>
final class <#A: kotlin/Any?> /Cell { // /Cell|null[0]
    final val value // /Cell.value|{}value[0]
        final fun <get-value>(): #A // /Cell.value.<get-value>|<get-value>(){}[0]
    constructor <init>(#A) // /Cell.<init>|<init>(1:0){}[0]
}
final fun /test(): /Cell<kotlin/Int> // /test|test(){}[0]
